xingyizhou / CenterTrack

Simultaneous object detection and tracking using center points.
MIT License
2.39k stars 526 forks source link

Can this work with yolo? #197

Closed ghost closed 3 years ago

ghost commented 3 years ago

I am using CenterTrack to track objects from the COCO dataset but the detection accuracy of your pre-trained network is too low. Is it possible to use yolo instead of centernet for detection?

ghost commented 3 years ago

Nevermind. I reread the paper and realized this is not tracking by detection.