megvii-research / MOTR

[ECCV2022] MOTR: End-to-End Multiple-Object Tracking with TRansformer
Other
633 stars 93 forks source link

What is labels_with_ids and data_txt_path #72

Open realfanyujun opened 1 year ago

realfanyujun commented 1 year ago

Hi! Anybody could guide me on how to prepare the dataset? I have MOT and DanceTrack. But none of these dataset contain a labels_with_ids file. What confused me in the codes is the parameter data_txt_path. What is data_txt_path and what it contains?

BTW, I also noticed that in MOTRv2, data_txt_path is no longer used in class DetMOTDetection.