megvii-research / MOTRv2

[CVPR2023] MOTRv2: Bootstrapping End-to-End Multi-Object Tracking by Pretrained Object Detectors
Other
343 stars 44 forks source link

About object proposal #59

Open dcstempt opened 6 months ago

dcstempt commented 6 months ago

Thank you for your nice work! My first question indicates that YOLOx offers positional information and confidence scores for object detection in each frame but doesn't provide class information for each detected bounding box. Traditional SORT/Deep-SORT algorithms usually assume objects of the same class in each tracking and prediction round. If there are multiple classes in the current frame, multiple rounds of matching are carried out. Could you clarify whether class information is not needed in your work?

The second question is whether utilizing YOLOv8 for object proposal would yield comparable performance.