mikel-brostrom/Yolov3_DeepSort_Pytorch

No module named 'models'

Opened this issue · 1 comments

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'

same here