ifzhang / ByteTrack

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

Running ByteTrack seperately from the object-detector #297

Open Pieterm93 opened 1 year ago

Pieterm93 commented 1 year ago

Hi,

I want to run a small Yolo object model on one device that cannot run both yolo and tracking (memory restrictions), and run the Bytetrack tracker seperately on another device. Is this possible? Thanks!

Mohit-robo commented 1 year ago

I think No, because, to track objects you need to detect those objects first, and then tracking.