diff --git a/README.md b/README.md index 5cd01f3..d6f9788 100644 --- a/README.md +++ b/README.md @@ -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. 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 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).