sfzhang15 / RefineDet

Single-Shot Refinement Neural Network for Object Detection, CVPR, 2018
Other
1.43k stars 392 forks source link

no module named gpu_nms or cpu_nms #140

Closed Chanbluky closed 5 years ago

Chanbluky commented 5 years ago

Hi sfzhang, when i run the refinedet_test.py, i encountered the following issue: from fast_rcnn.nms_wrapper import nms, soft_nms File "/home/alg/Vector/RefineDet/test/lib/fast_rcnn/nms_wrapper.py", line 9, in from nms.gpu_nms import gpu_nms ImportError: No module named gpu_nms

do you know how solver the problem?

Chanbluky commented 5 years ago

just tried "make" command in the lib directory, it works now.

yisiyinheluojiutian commented 5 years ago

just tried "make" command in the lib directory, it works now.

I have tried 'make' but it doesn't work