megvii-research / MOTR

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

Adaptation to DanceTrack #36

Closed noahcao closed 2 years ago

noahcao commented 2 years ago

Hi,

Thanks for the wonderful work.

May I ask, compared to the implementation on MOT17 dataset, what adaptation you made for DanceTrack? I noticed the change of image resolution during training, etc. Just in case I miss anything. Thank you.

zyayoung commented 2 years ago

The only change was data source (MOT17 -> DanceTrack) and crop resolution. The new crop resolution was adopted from TransTrack but we observed no significant difference in performance.

We welcome your reply if you have any further questions.

noahcao commented 2 years ago

Thank you for the reply!