Replies: 1 comment
-
Your program probably does not directly import |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Traceback (most recent call last):
File "shipDetectMain.py", line 74, in resultWindows
File "view\resultShp.py", line 61, in init
File "view\resultShp.py", line 129, in infraneDetect
File "detect.py", line 204, in mianDetect
File "detect.py", line 54, in detect
File "models\experimental.py", line 138, in attempt_load
File "torch\serialization.py", line 584, in load
return _load(opened_zipfile, map_location, pickle_module, **pickle_load_args)
File "torch\serialization.py", line 842, in _load
result = unpickler.load()
ModuleNotFoundError: No module named 'models.yolo'
I find the file in the project, why the program did not find the YOLO file ,packed using pyinstaller,it is right running on pycharm
Beta Was this translation helpful? Give feedback.
All reactions