Open imzhangyd opened 2 years ago
Same question!
@ldtho Yes, it is.
@imzhangyd
What do you mean by train
? Isn't Bytetrack simply a data association method?
Can I use fasterrcnn as a detector
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/mot/bytetrack You can use any detector like this.
I combined ByteTrack with RetinaNet
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?