/ObjectTracking

C++ implementation of SORT, a simple online and realtime tracking algorithm

Primary LanguageC++MIT LicenseMIT

sort-cpp

avatar

C++ implementation of SORT (Simple, online, and realtime tracking of multiple objects in a video sequence).

introduction

SORT was initially described in this paper with the python code, this repo try to reproduce it by using C++.

environment

  • ubuntu 20.04 (gcc 9.4.0, cmake 3.16.3, c++ standard 17)
  • opencv 4.6.0

run

$ mkdir build && cd build
$ cmake ..
$ make
$ ./demo_sort [data folder]
// e.g. ./demo_sort ../data/TUD-Stadtmitte/