xingyizhou / GTR

Global Tracking Transformers, CVPR 2022
375 stars 57 forks source link

Typos in training guidelines? #6

Closed noahcao closed 2 years ago

noahcao commented 2 years ago

Hi Xingyi,

Thanks for the wonderful job. I tried to run the training on MOT17 following the guidelines. But I found some potential typos making that doable.

  1. Should we rename the MOT17 train to trainval, which is not explained in the prepare datasets doc?
  2. Should the datasets for training be ("mot17_halftrain","crowdhuman_train") instead of ("mot17_halftrain","crowdhuman_amodal_train") in the config file? the later one would raises an error of unregistered dataset: image
xingyizhou commented 2 years ago

Thank you a lot for pointing out the issue! You are correct in both. I fixed them in the most recent commit.

Best, Xingyi

noahcao commented 2 years ago

Thanks. I think the current version fixed the problem.