longcw / faster_rcnn_pytorch

Faster RCNN with PyTorch
MIT License
1.71k stars 466 forks source link

make.sh error #68

Closed zBitterTea closed 6 years ago

zBitterTea commented 6 years ago

Hi,I meet this error when I excute make.sh.

cythoning nms/cpu_nms.pyx to nms/cpu_nms.c error: [Errno 2] No such file or directory: 'faster_rcnn_pytorch/faster_rcnn/nms/cpu_nms.pyx'

Then, I find the folder named nms is only read, and it is empty. I hope to get your help. very thanks.