没有名为 'nms.gpu_nms' 的模块"
作者: rmxhhh创建于 2019年1月3日更新于 2021年10月29日
@rbgirshick 你好,我在 Windows 上运行 demo.py 时出现了错误: `Traceback (most recent call last): File "demo.py", line 18, in <module> from fast_rcnn.test import im_detect File "D:\py-faster-rcnn-master\tools\..\lib\fast_rcnn\test.py", line 17, in <module> from fast_rcnn.nms_wrapper import nms File "D:\py-faster-rcnn-master\tools\..\lib\fast_rcnn\nms_wrapper.py", line 9, in <module> from nms.gpu_nms import gpu_nms ImportError: No module named 'nms.gpu_nms'` 我已经成功运行了 setup.py 和 setup_cuda.py。你能告诉我我哪里出了问题吗?非常感谢。
内容来源: rbgirshick/py-faster-rcnn