xingyizhou / GTR

Global Tracking Transformers, CVPR 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CenterNet vs CenterNet2

briannlongzhao opened this issue · comments

Hi, I see that in the configs, some models are using CenterNet while the others are using CenterNet2, is there any reason for using one over the other in different models? thank you!

Hi,

Models on MOT (single-class tracking) use CenterNet, and models on TAO (large-vocabulary tracking) use CenterNet2. In my experience, two-stage models are easier to work in large-vocabulary settings.

Best,
Xingyi

Thanks for your response! If I want to evaluate on BDD100K dataset, do you have any suggestions on which approach I should choose?