noahcao / OC_SORT

[CVPR2023] The official repo for OC-SORT: Observation-Centric SORT on video Multi-Object Tracking. OC-SORT is simple, online and robust to occlusion/non-linear motion.
MIT License
797 stars 109 forks source link

ModuleNotFoundError: No module named 'yolox' #29

Closed iTruffle closed 2 years ago

iTruffle commented 2 years ago

I successfully ran the code last week. But i failed today. I strcutly follow the readme, and installed libglib2.0-dev. I want to test the video you provided.

python3 tools/demo_track.py --demo_type video -f exps/example/mot/yolox_dancetrack_test.py -c pretrained/bytetrack_dance_model.pth.tar --path videos/dance_demo.mp4 --fp16 --fuse --save_result --out_path demo_out.mp4

And i got an error like this: image I also got this error last week, and change the path to solve it, and then i got other errors. I do not want to modify this code. Why is it happen? What should i do to sovle it? image

iTruffle commented 2 years ago

I do not upload the pretrained files, but it is not the reason of this error.

noahcao commented 2 years ago

Hi @iTruffle ,

Unfortunately, I can not reproduce this issue. I recommend you to re-install the required dependency as explained in INSTALL.md.

iTruffle commented 2 years ago

Ok. And, what is the 'docker build' in INSTALL.MD? Should i build it? image I have not build the docker.

noahcao commented 2 years ago

Only if you'd like to run the program in a docker environment, you should build the image. Otherwise, you don't have to build it.

noahcao commented 2 years ago

As this issue relates to the content already explained in the INTSALL.md document, I'm closing it now.