A complete end-to-end Multi-Object Tracking application using C++ with YOLO object detection and SORT-based tracking algorithm. mot_project/ ├── CMakeLists.txt # CMake build configuration ├── ...
The following instructions have been tested with Ubuntu 22.04. sudo apt-get install cmake libsuitesparse-dev libeigen3-dev libboost-all-dev libyaml-cpp-dev libjsoncpp-dev libopengl-dev libglfw3-dev ...