mot_evaluation
mot_evaluation copied to clipboard
A python implementation of Multiple Object Tracking(MOT) evaluation toolkit(2D)
The track_id of ignore does not appear to be filtered during evaluation
Hi. I want to get the evaluation metrics. What command should I use? How should I prepare my tracking results and gt? I have both of them. I tried python...
I am confused about the **line152 in utils/measurements.py** **"if ct in gt_inds[t - 1].keys() and last_non_empty != -1:"** Why do I think it would be properer if use **'or'** rather...