ifzhang / ByteTrack

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

cannot import name 'plot_tracking' from 'yolox.utils.visualize #235

Open Qizec opened 2 years ago

Qizec commented 2 years ago

Dear ifzhang: firstly,thanks your outstanding work! When I run, demo_track.py, the error occurr "cannot import name 'plot_tracking' from 'yolox.utils.visualize'

xiaodu0414 commented 2 years ago

python3 setup.py install

Qizec commented 2 years ago

python3 setup.py install

thanks!

Yongyongbuyong commented 7 months ago

Dear ifzhang: firstly,thanks your outstanding work! When I run, demo_track.py, the error occurr "cannot import name 'plot_tracking' from 'yolox.utils.visualize'

Hello, I have encountered the same problem recently, how did you solve it? I am running a Windows system. I tried the above "python3 setup.py install" and other errors were reported. The problem is not solved?

liyongjian2023 commented 5 months ago

python3 setup.py install

it seems not work for me.