faster-rcnn.pytorch icon indicating copy to clipboard operation
faster-rcnn.pytorch copied to clipboard

How to compile the lib on the win10+pytorch0.4.1+cuda9.2?

Open y78h11b09 opened this issue 5 years ago • 2 comments

Hi ,I had successufully compiled the nms of lib by 'python setup.py install', but later, i got the problem, as follows:

Traceback (most recent call last): File "E:/Pytorch_Room/faster-rcnn_pytorch-master/demo.py", line 31, in from lib.model.nms.nms_wrapper import nms File "E:\Pytorch_Room\faster-rcnn_pytorch-master\lib\model\nms\nms_wrapper.py", line 10, in from .nms_gpu import gpu_nms File "model\nms\nms_gpu.py", line 4, in init model.nms.nms_gpu File "E:\Pytorch_Room\faster-rcnn_pytorch-master\lib\model\nms_ext\nms_init_.py", line 3, in from ._nms import lib as _lib, ffi as _ffi ModuleNotFoundError: No module named 'lib.model.nms._ext.nms._nms'

win 10 + python3 +pytorch 0.4.1_cuda 9.2_cudnn7 GTX 1080Ti

y78h11b09 avatar Mar 20 '19 08:03 y78h11b09

hello, is there any solution for this issue?

YYsmith avatar May 21 '20 05:05 YYsmith

https://blog.csdn.net/cube_suger/article/details/112648721

zhenhuaFu avatar Jan 15 '21 02:01 zhenhuaFu