convert_MOT16_to_yolo icon indicating copy to clipboard operation
convert_MOT16_to_yolo copied to clipboard

Converts MOT16 and MOT17 annotations to YOLO format.

Results 3 convert_MOT16_to_yolo issues
Sort by recently updated
recently updated
newest added

Hi Jumabek, Could you be more specific about how you modified the YOLO loss function to ignore the -1 class? Thank you

Much thanks for sharing the yolo format label. I have got two questions: 1. some of the nums in MOT17-04 contains negative number, is that right? for example: https://github.com/Jumabek/convert_MOT16_to_yolo/blob/9add042d83edf872691418274f0131202c55a9e6/sample_annotations_you_should_get/MOT17-04/labels/000004.txt#L24 2....