Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SpyderXu authored Feb 28, 2018
1 parent e88f5d9 commit 72141b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a simple multi-person tracking system.<br>

### Instruction

To run this code,you should install [SSD](https://github.com/weiliu89/caffe/tree/ssd) and build the python interface. A pretrained person detector caffemodel is also needed for the detector. Our pretrained [caffemodel](https://jbox.sjtu.edu.cn/1/cuaFUs) is also supplied. The image sequence should be stored under sequence folder. Some deploy files are under model folder. Run detrk.py to see the detection and association results. You can also edit some arguments to meet different situations.
To run this code,you should install [SSD](https://github.com/weiliu89/caffe/tree/ssd) and build the python interface. A pretrained person detector caffemodel is also needed for the detector. Our pretrained [caffemodel](https://jbox.sjtu.edu.cn/l/cuaFUs) is also supplied. The image sequence should be stored under sequence folder. Some deploy files are under model folder. Run detrk.py to see the detection and association results. You can also edit some arguments to meet different situations.

### Result
<div align=center><img width="640" height="480" src="https://raw.githubusercontent.com/SpyderXu/ssd_sort/master/example.png"/></div>
Expand Down

0 comments on commit 72141b5

Please sign in to comment.