GTR icon indicating copy to clipboard operation
GTR copied to clipboard

CenterNet vs CenterNet2

Open briannlongzhao opened this issue 2 years ago • 2 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!

briannlongzhao avatar Aug 03 '22 18:08 briannlongzhao

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

xingyizhou avatar Aug 16 '22 17:08 xingyizhou

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

briannlongzhao avatar Aug 23 '22 23:08 briannlongzhao