Multi Target Tracker Save

Multi-target tracker based on cost computation.

Project README

ATracker - Multi Target Tracker


ATracker is a multi-target tracker based on cost computation. The costs are computed according to the Mahalanobis distance. Then, a Linear Assignment approach together with a Munkres algorithm have been used for assigning the current detections to the previous tracks. ATracker is able to manage the groups according to the appearance of the people as well as the costs based on the Mahalanobis distance.

Requirements

  • OpenCV

How to build

ATracker works under Linux environments. I recommend a so-called out of source build which can be achieved by the following command sequence:

  • mkdir build
  • cd build
  • cmake ../
  • make -j<number-of-cores+1>

How to use

Go to the bin diretory and launch the program with the following command:

./atracker /path/to/the/detection_file.txt /path/to/the/image_folder ../config/kalman_param.txt
Open Source Agenda is not affiliated with "Multi Target Tracker" Project. README Source: apennisi/multi_target_tracker
Stars
50
Open Issues
1
Last Commit
6 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating