ifzhang / ByteTrack

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

Changed demo_track.py directory location #358

Open PrashantDixit0 opened 1 year ago

PrashantDixit0 commented 1 year ago

In current file structure, it is not able to import modules from yolox and throwing following error.

/ByteTrack/tools/demo_track.py", line 10, in from yolox.data.data_augment import preproc

ModuleNotFoundError: No module named 'yolox'