Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 527 Bytes

File metadata and controls

20 lines (13 loc) · 527 Bytes

python-MCTA-Multiple-Camera-Tracking-Accuracy

Python version of multiple camera tracking accuracy (MCTA).

This code refers to the official evaluation toolkit on http://www.mct2014.com/Evaluation.html. And rewrite it as python version.

The column of csv file is: cid(camera id), fid(frame id), pid(person id), tl_x, tl_y, w, h


How to run?

python evalMCTA.py --gt_path PATH/TO/GT --pred_path PATH/TO/PRED

example

python evalMCTA.py --gt_path example/gt --pred_path example/pred

Thank you :)