-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'yolox' ?? how can i resolve it ? please! #154
Comments
Hi, @jcyhcs. May I ask if you were able to solve the issue? If yes, how? I am currently experiencing the same problem:
Thank you! |
Was able to find a quick fix, I manually exported my work directory and ran the train script again (on Jupyter notebook):
Here's the actual line I have used:
|
Hello, I have the same problem when Trying to run the UniTrack demo. Traceback (most recent call last): And it did not resolve itself with your fix. Any idea? @arianyambao |
Same here @tulbureandreit @arianyambao python tools/demo.py video -n yolox-s -c .\weights\yolox_l.pth --path 0 --conf 0.25 --nms 0.45 --tsize 640 |
@KashaMalaga hello, Also, please check your paths for everything you open when executing demo.py! And the files ( i had some missing files) |
First of, please make sure you decide for a version of CUDA and consistently use that; I am using 11.3 in this.
A couple notices:
In short you kept getting this error, because you couldn't compile yolox properly or not at all. |
yeah i know its late but, |
@manish33scss I tried your solution but still not able to resolve |
hi,professor:
i test use cmd liks this:
python3 tools/demo.py image -n yolox_tiny -c ../weights/yolox_tiny.pth.tar --path ../assets/dog.jpg --conf 0.3 --nms 0.65 --tsize 640 --save_result
BUT! I GOT ERROR:
result
Traceback (most recent call last):
File "tools/demo.py", line 14, in
from yolox.data.data_augment import preproc
ModuleNotFoundError: No module named 'yolox'
OH, please tell me why? help ,please!
The text was updated successfully, but these errors were encountered: