smallcorgi / Faster-RCNN_TF

Faster-RCNN in Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cython_nms

wudi00 opened this issue · comments

File "/media/disk/wudi/Faster-RCNN_TF-master/lib/fast_rcnn/test.py", line 6, in <module> from lib.utils.cython_nms import nms, nms_new ModuleNotFoundError: No module named 'lib.utils.cython_nms'
when I run train_net.py there is such error, No module named 'lib.utils.cython_nms', what can I do about it?