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
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?