MetaR-CNN icon indicating copy to clipboard operation
MetaR-CNN copied to clipboard

No moudle named'lib.model.roi_crop._ext._roi_crop'and'lib.model.nms._ext.nms._nms'

Open NingWang11 opened this issue 4 years ago • 2 comments

When i run train_metarcnn.py,the error occered in line three.Like this 1" File "/home/wangning/progress/Few-Shot/MetaR-CNN-master/lib/model/roi_crop/_ext/roi_crop/init.py", line 3, in from ._roi_crop import lib as _lib, ffi as _ffi ImportError: cannot import name 'lib' " 2' File "/home/wangning/progress/Few-Shot/MetaR-CNN-master/lib/model/nms/_ext/nms/init.py", line 3, in from ._nms import lib as _lib, ffi as _ffi ModuleNotFoundError: No module named 'lib.model.nms._ext.nms._nms'

I don't know where the error happened,but missing the module lib and ffi

NingWang11 avatar Apr 18 '20 01:04 NingWang11

Have you compiled the library? Repeat the compilation stage, please

tooHotSpot avatar Apr 19 '20 19:04 tooHotSpot

i have also the problem, ModuleNotFoundError: No module named 'nms._ext' Can you help me solve the problem?

funny000 avatar Apr 29 '21 09:04 funny000