Skip to content
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 module named gpu_nms #95

Open
Tclz opened this issue Dec 20, 2020 · 1 comment
Open

No module named gpu_nms #95

Tclz opened this issue Dec 20, 2020 · 1 comment

Comments

@Tclz
Copy link

Tclz commented Dec 20, 2020

Hi, when i run the generate_tsv.py, i meet the following problem

Traceback (most recent call last):
File "./tools/generate_tsv.py", line 26, in
from fast_rcnn.test import im_detect,_get_blobs
File "/home/vilbert_beta/bottom-up-attention/tools/../lib/fast_rcnn/test.py", line 17, in
from fast_rcnn.nms_wrapper import nms, soft_nms
File "/home/vilbert_beta/bottom-up-attention/tools/../lib/fast_rcnn/nms_wrapper.py", line 9, in
from nms.gpu_nms import gpu_nms
ImportError: No module named gpu_nms

What should i do to fix it ? plz help me, thanks in advance! :)

@alice-cool
Copy link

your caffe environment is not installed completely

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants