endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.58k forks source link

ModuleNotFoundError: No module named 'nms.gpu_nms' #390

Open 1451595897 opened 5 years ago

1451595897 commented 5 years ago

I use Google colab to run the demo.py,but it shows that No module named 'nms.gpu_nms'.How can I deal with this problem? image

rnsandeep commented 5 years ago

did you do a make in the lib folder?

1451595897 commented 5 years ago

did you do a make in the lib folder? If I make in the lib folder,it shows that “OSError: The nvcc binary could not be located in your $PATH. Either add it to your path, or set $CUDAHOME” image

andreasalamanos commented 5 years ago

I have the same problem (ImportError: No module named 'nms.gpu_nms'). Could you explain how to solve it?