longcw / faster_rcnn_pytorch

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

ImportError: cannot import name cython_nms #10

Closed zhanghang1989 closed 7 years ago

zhanghang1989 commented 7 years ago

I am trying the demo script, but got this error: ImportError: cannot import name cython_nms . Any suggestions? Thanks!

longcw commented 7 years ago

Did you run

cd faster_rcnn_pytorch/faster_rcnn
./make.sh
zhanghang1989 commented 7 years ago

Thanks for the reply. It is working nicely!

lxtGH commented 6 years ago

I run the ./make.sh, but still have this error

yangshao commented 6 years ago

@lxtGH me2, did you find the solution?

chenggangdu commented 4 years ago

how to run the above codes?