soft-nms
soft-nms copied to clipboard
ImportError:cannot import cpu_soft_nms
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
There was an import error issue that was closed in the recent commit. Refer to : https://github.com/bharatsingh430/soft-nms/issues/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