You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\xl\AppData\Roaming\Python\Python38\site-packages\torch\serialization.py", line 594, in load
return _load(opened_zipfile, map_location, pickle_module, **pickle_load_args)
File "C:\Users\xl\AppData\Roaming\Python\Python38\site-packages\torch\serialization.py", line 853, in _load
result = unpickler.load()
AttributeError: Can't get attribute 'DetectionModel' on <module 'models.yolo' from 'D:\0000xl\pyProjects\distance\models\yolo.py'>
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "C:\Users\xl\AppData\Roaming\Python\Python38\site-packages\torch\serialization.py", line 594, in load
return _load(opened_zipfile, map_location, pickle_module, **pickle_load_args)
File "C:\Users\xl\AppData\Roaming\Python\Python38\site-packages\torch\serialization.py", line 853, in _load
result = unpickler.load()
AttributeError: Can't get attribute 'DetectionModel' on <module 'models.yolo' from 'D:\0000xl\pyProjects\distance\models\yolo.py'>
The text was updated successfully, but these errors were encountered: