Update README.md
This commit is contained in:
parent
31ec5f0946
commit
a11e75903c
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ This code has been tested on Mac OSX 10.10, and Ubuntu 14.04, with Python 2.7 (a
|
||||||
**Note:** A significant proportion of SORT's accuracy is attributed to the detections.
|
**Note:** A significant proportion of SORT's accuracy is attributed to the detections.
|
||||||
For your convenience, this repo also contains *Faster* RCNN detections for the MOT benchmark sequences in the benchmark format. To run the detector yourself please see the original [*Faster* RCNN project](https://github.com/ShaoqingRen/faster_rcnn) or the python reimplementation of [py-faster-rcnn](https://github.com/rbgirshick/py-faster-rcnn) by Ross Girshick.
|
For your convenience, this repo also contains *Faster* RCNN detections for the MOT benchmark sequences in the benchmark format. To run the detector yourself please see the original [*Faster* RCNN project](https://github.com/ShaoqingRen/faster_rcnn) or the python reimplementation of [py-faster-rcnn](https://github.com/rbgirshick/py-faster-rcnn) by Ross Girshick.
|
||||||
|
|
||||||
|
**Also see:**
|
||||||
|
A new and improved version of SORT with a Deep Association Metric is available at [https://github.com/nwojke/deep_sort](https://github.com/nwojke/deep_sort) .
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
SORT is released under the GPL License (refer to the LICENSE file for details) to promote the open use of the tracker and future improvements. If you require a permissive license contact Alex (alex@dynamicdetection.com).
|
SORT is released under the GPL License (refer to the LICENSE file for details) to promote the open use of the tracker and future improvements. If you require a permissive license contact Alex (alex@dynamicdetection.com).
|
||||||
|
|
Loading…
Reference in a new issue