sort_cpp icon indicating copy to clipboard operation
sort_cpp copied to clipboard

SORT (A simple online and realtime tracking algorithm for 2D multiple object tracking in video sequences) and SSD face detector.

SORT (object tracking) and SSD face detector implemented in C++.

$ mkdir build && cd build
$ cmake ..
$ make
$ cd ..
$ ./sort_cpp_demo

References: