We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
作者您好,我使用自己在 reid-strong-baseline 训练得到的模型,运行search.py时报错,报错信息: Traceback (most recent call last):
File "E:\person_search_demo\search.py", line 228, in output=opt.output)
File "E:\person_search_demo\search.py", line 38, in detect reidModel.load_param(reidCfg.TEST.WEIGHT)
File "E:\person_search_demo\reid\modeling\baseline.py", line 63, in load_param param_dict = torch.load(trained_path)
File "d:\anaconda3\envs\torch\lib\site-packages\torch\serialization.py", line 387, in load return _load(f, map_location, pickle_module, **pickle_load_args)
File "d:\anaconda3\envs\torch\lib\site-packages\torch\serialization.py", line 574, in _load result = unpickler.load()
ModuleNotFoundError: No module named 'modeling' 请问可以提供一些解决的建议吗?
The text was updated successfully, but these errors were encountered:
同样的问题
Sorry, something went wrong.
一样,请问解决了嘛
No branches or pull requests
作者您好,我使用自己在 reid-strong-baseline 训练得到的模型,运行search.py时报错,报错信息:
Traceback (most recent call last):
File "E:\person_search_demo\search.py", line 228, in
output=opt.output)
File "E:\person_search_demo\search.py", line 38, in detect
reidModel.load_param(reidCfg.TEST.WEIGHT)
File "E:\person_search_demo\reid\modeling\baseline.py", line 63, in load_param
param_dict = torch.load(trained_path)
File "d:\anaconda3\envs\torch\lib\site-packages\torch\serialization.py", line 387, in load
return _load(f, map_location, pickle_module, **pickle_load_args)
File "d:\anaconda3\envs\torch\lib\site-packages\torch\serialization.py", line 574, in _load
result = unpickler.load()
ModuleNotFoundError: No module named 'modeling'
请问可以提供一些解决的建议吗?
The text was updated successfully, but these errors were encountered: