From 4311c73386139f4077405549fd1987f6c652d380 Mon Sep 17 00:00:00 2001 From: Alex Bewley Date: Sun, 5 Jan 2020 22:39:41 +0100 Subject: [PATCH] Added lap requirement. --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7be8d7f..1891d45 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ By Alex Bewley SORT is a barebones implementation of a visual multiple object tracking framework based on rudimentary data association and state estimation techniques. It is designed for online tracking applications where only past and current frames are available and the method produces object identities on the fly. While this minimalistic tracker doesn't handle occlusion or re-entering objects its purpose is to serve as a baseline and testbed for the development of future trackers. -SORT was initially described in an [arXiv tech report](http://arxiv.org/abs/1602.00763). At the time of the initial publication, SORT was ranked the best *open source* multiple object tracker on the [MOT benchmark](https://motchallenge.net/results/2D_MOT_2015/). +SORT was initially described in [this paper](http://arxiv.org/abs/1602.00763). At the time of the initial publication, SORT was ranked the best *open source* multiple object tracker on the [MOT benchmark](https://motchallenge.net/results/2D_MOT_2015/). This code has been tested on Mac OSX 10.10, and Ubuntu 14.04, with Python 2.7 (anaconda). diff --git a/requirements.txt b/requirements.txt index a8bb537..94c327d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -scipy filterpy==1.4.1 numba==0.38.1 scikit-image==0.14.0 scikit-learn==0.19.1 +lap==0.4.0