-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
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
No model named lib.nms #1
Comments
搞定了,去simpledet那儿copy了一个 |
Hi, maybe you forgot to run the command: |
@pjl1995 run the command @zhu2014yi |
What is the log output after you run the command sh lib/build.sh ? |
What is your pytorch version? |
|
Hi all, I am so sorry that I forgot to add the nms.py in the lib folder. Now this bug is fixed and you can download the latest code. |
Hi ! 很棒的工作,但是我遇到了问题如下,可否解答一下
warnings.warn(msg, SourceChangeWarning)
CUDA available: True
Traceback (most recent call last):
File "/home/xx/Code/CTracker/test.py", line 319, in
main()
File "/home/xx/Code/CTracker/test.py", line 305, in main
retinanet = torch.load(os.path.join(parser.model_dir, 'model_final.pt'))
File "/home/xx/anaconda3/envs/pysot/lib/python3.7/site-packages/torch/serialization.py", line 426, in load
return _load(f, map_location, pickle_module, **pickle_load_args)
File "/home/xx/anaconda3/envs/pysot/lib/python3.7/site-packages/torch/serialization.py", line 613, in _load
result = unpickler.load()
File "/home/xx/Code/CTracker/model.py", line 10, in
from lib.nms import cython_soft_nms_wrapper
ModuleNotFoundError: No module named 'lib.nms'
The text was updated successfully, but these errors were encountered: