endernewton / tf-faster-rcnn

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

ModuleNotFoundError: No module named 'lib.utils.py_cpu_nms' #482

Open zhangyue678 opened 5 years ago

zhangyue678 commented 5 years ago

image image

When I delete the lib.utils. ,the test.py is right but the demo.py is wrong , however,when I use the lib.utils. , the demo.py is right but the test.py is wrong !!

why? why?