Update README.md

This commit is contained in:
abewley 2017-01-25 22:46:21 +00:00 committed by GitHub
parent df2dab38e8
commit 31ec5f0946

View file

@ -27,13 +27,14 @@ SORT is released under the GPL License (refer to the LICENSE file for details) t
If you find this repo useful in your research, please consider citing:
@inproceedings{Bewley2016_sort,
author={Bewley, Alex and Ge, Zongyuan and Ott, Lionel and Ramos, Fabio and Upcroft, Ben},
booktitle={2016 IEEE International Conference on Image Processing (ICIP)},
title={Simple online and realtime tracking},
year={2016},
pages={3464-3468},
keywords={Benchmark testing;Complexity theory;Detectors;Kalman filters;Target tracking;Visualization;Computer Vision;Data Association;Detection;Multiple Object Tracking},
doi={10.1109/ICIP.2016.7533003},
month={Sept},}
doi={10.1109/ICIP.2016.7533003}
}
### Dependencies:
@ -60,7 +61,7 @@ To display the results you need to:
0. Download the [2D MOT 2015 benchmark dataset](https://motchallenge.net/data/2D_MOT_2015/#download)
0. Create a symbolic link to the dataset
```
$ ln -s /path/to/MOT2015_challenge/2DMOT2015 mot_benchmark
$ ln -s /path/to/MOT2015_challenge/data/2DMOT2015 mot_benchmark
```
0. Run the demo with the ```--display``` flag
```