You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: