-
Notifications
You must be signed in to change notification settings - Fork 227
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
ImportError:cannot import cpu_soft_nms #2
Comments
There was an import error issue that was closed in the recent commit. Refer to : #1 Are you using the latest code and did you compile your lib folder ? |
Yes. I‘m using the latest code and I'm a new user for python. could you please tell me how to compile the lib folder?Thank you so much. |
Thank you.I have resolved it. cd to lib,and make in shell .By the way,how to use the soft-nms with gpu? |
We have not released the GPU version yet. It will be released in a month or so. |
Looking forward to your outstanding work. |
hi,I also tried your soft_nms in my py faster rcnn for caffe,i am a new user.Can i succeed when i replace nms_wrapper.py, cpu_nms.py and config.py in the py-faster-rcn"s lib to your corresponding file. please help |
How to use softnms under windows? Please help |
Hi.I tried your soft_nms in my py faster rcnn for tensorflow . I added the code in nms_wrapper.py, cpu_nms.py and config.py following your guide.But I got this error. Could your help me?
Traceback (most recent call last):
File "./tools/train_net.py", line 16, in
from networks.factory import get_network
File "/home/km/Faster-RCNN_TF/tools/../lib/networks/init.py", line 8, in
from .VGGnet_train import VGGnet_train
File "/home/km/Faster-RCNN_TF/tools/../lib/networks/VGGnet_train.py", line 2, in
from networks.network import Network
File "/home/km/Faster-RCNN_TF/tools/../lib/networks/network.py", line 5, in
from rpn_msr.proposal_layer_tf import proposal_layer as proposal_layer_py
File "/home/km/Faster-RCNN_TF/tools/../lib/rpn_msr/proposal_layer_tf.py", line 13, in
from fast_rcnn.nms_wrapper import nms,soft_nms
File "/home/km/Faster-RCNN_TF/tools/../lib/fast_rcnn/nms_wrapper.py", line 10, in
from nms.cpu_nms import cpu_nms,cpu_soft_nms
ImportError: cannot import name cpu_soft_nms
The text was updated successfully, but these errors were encountered: