-
Notifications
You must be signed in to change notification settings - Fork 12
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
no module found #7
Comments
Moreover, File "/home/ubuntu/NoFileReplication/root/BGF-YOLO-1.1/nn/tasks.py", line 209, in init |
Thanks for pointing issues out. I've fixed the bugs you mentioned. |
File "/home/ubuntu/SomethingNew/BGF-YOLO-1.2/nn/tasks.py", line 560, in parse_model I'm also going to guess that RTDETRDecoder won't be defined either. |
To give some context, I am changing all the paths to absolute imports and running python -m yolo.bgf.detect.train |
Thank you very much! Some packages were omitted when changing the directories from the original YOLOv8 code. |
There were not bugs if not changing the original directory path of ultralytics. Thank you for your understanding. |
ModuleNotFoundError: No module named 'ultralytics.yolo'
The text was updated successfully, but these errors were encountered: