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
I am having trouble running the file and hope someone can help me.
When I run the track.py, I get the following:
F:\OOHAN\ZhuXY-Projects\MOT\DeepSort-mikel-brostrom\Yolov3_DeepSort_Pytorch>python track.py --source test.mp4
Loading weights from deep_sort/deep/checkpoint/ckpt.t7... Done!
return _load(opened_zipfile, map_location, pickle_module, **pickle_load_args)
File "C:\python\anzhuang\envs\OOHANpytorch\lib\site-packages\torch\serialization.py", line 882, in _load
result = unpickler.load()
File "C:\python\anzhuang\envs\OOHANpytorch\lib\site-packages\torch\serialization.py", line 875, in find_class
return super().find_class(mod_name, name)
ModuleNotFoundError: No module named 'models'
The text was updated successfully, but these errors were encountered:
I am having trouble running the file and hope someone can help me.
When I run the track.py, I get the following:
F:\OOHAN\ZhuXY-Projects\MOT\DeepSort-mikel-brostrom\Yolov3_DeepSort_Pytorch>python track.py --source test.mp4
Loading weights from deep_sort/deep/checkpoint/ckpt.t7... Done!
return _load(opened_zipfile, map_location, pickle_module, **pickle_load_args)
File "C:\python\anzhuang\envs\OOHANpytorch\lib\site-packages\torch\serialization.py", line 882, in _load
result = unpickler.load()
File "C:\python\anzhuang\envs\OOHANpytorch\lib\site-packages\torch\serialization.py", line 875, in find_class
return super().find_class(mod_name, name)
ModuleNotFoundError: No module named 'models'
The text was updated successfully, but these errors were encountered: