YOLOV4_MCMOT icon indicating copy to clipboard operation
YOLOV4_MCMOT copied to clipboard

Evaluating MOT Algorithm

Open sharoseali opened this issue 3 years ago • 0 comments

Hi, I have an issue evaluating the tracker. Currently, I am getting the same track ids in a single frame for a different class. It seems that track IDs are generated on the basis of classes. Is there a way that I can get distinct ids in a single frame? I want to generate a new track ID for the new class. In the image below online_targets_dict has the same IDs against different objects. Class 3 has IDs [1, 2, 3] and also class 4 has IDs [1, 2, 3]. @CaptainEven (Visdrone tool doesn't work in this case) How can I evaluate results now. Thanks

tracker_result

sharoseali avatar Nov 22 '21 19:11 sharoseali