megvii-research / MOTRv2

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

det_ db_ Is motrv2.json #3

Closed l-dawei closed 1 year ago

l-dawei commented 1 year ago

Hello, thanks for your great work! Excuse me,the result of det db Is motrv2.json obtained by using YOLOX? In addition, is there no code for this part in this project? I'd appreciate it if you can show more details.

zyayoung commented 1 year ago

Yes, det_db is obtained by YOLOX provided by ByteTrack. You may find a sample code for inference at https://github.com/zyayoung/ByteTrackInference.

l-dawei commented 1 year ago

Yes, det_db is obtained by YOLOX provided by ByteTrack. You may find a sample code for inference at https://github.com/zyayoung/ByteTrackInference.

Thanks a lot. And is the function of mixed data set only to enhance the robustness of the model? Looking forward to your reply.

zyayoung commented 1 year ago

Mixing datasets improves performance. You may refer to our paper for performance comparison.