trackformer
trackformer copied to clipboard
generate_coco_from_mot script does not converts SDP and DPM sequences from MOT17
I noticed that the generate_coco_from_mot.py
script is only converting FRCNN sequences from the MOT17 dataset. If I understand correctly, you train the model only on FRCNN sequences, right? If so, I’m curious why you chose to use only FRCNN. Feel free to simply direct me to the paper or another github issue.
Though, TrackDatasetFactory seems like capable of handling all types of sequences.
Cheers!