ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.8k stars 905 forks source link

Is only the detector (e.g. YOLOX) to be trained in ByteTrack? #284

Open imzhangyd opened 2 years ago

imzhangyd commented 2 years ago

Thanks for your wonderful work! From the paper, I think data association in ByteTrack is non-deep learning, which is not need to be trained.
Is only the detector (e.g. YOLOX) to be trained in ByteTrack?

ldtho commented 2 years ago

Same question!

imzhangyd commented 2 years ago

@ldtho Yes, it is.

YoungjaeDev commented 2 years ago

@imzhangyd What do you mean by train? Isn't Bytetrack simply a data association method?

csgeqian commented 2 years ago

Can I use fasterrcnn as a detector

nemonameless commented 1 year ago

https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/mot/bytetrack You can use any detector like this.

Sahar-DataScience commented 1 year ago

I combined ByteTrack with RetinaNet