SysCV / ovtrack

OVTrack: Open-Vocabulary Multiple Object Tracking [CVPR 2023]
Apache License 2.0
88 stars 10 forks source link

Do I need to incorporate LVIS novel categories (i.e., rare categories) when training the detector section (detpro)on LVIS? #9

Open LMJ231 opened 11 months ago

LMJ231 commented 11 months ago

I noticed in your paper that you mentioned, 'In the validation set of TAO, 295 of the overlapping classes are present. 35 of these classes are defined as rare, which serve as our Cnovel.' and 'In the test set of TAO, there are 324 of the overlapping classes mentioned above present. 33 of these classes are defined as rare, which serve as our Cnovel.' I'd like to inquire whether the novel classes set in your benchmark (TAO's novel classes) overlap with LVIS's novel classes?

siyuanliii commented 9 months ago

Sorry for the late reply. Yes, they are overlapping in the sense that the TAO novel classes we used are the subset of LVIS classes.