When i run lib.model.roi_crop._ext.roi_crop,the error occered in line three.Like this
" File "/home/wangning/progress/Few-Shot/MetaR-CNN-master/lib/model/roi_crop/_ext/roi_crop/init.py", line 3, in
from lib.model.roi_crop._ext.roi_crop import lib as _lib, ffi as _ffi
ImportError: cannot import name 'lib'
"
I don't know where the error happened,but missing the module lib and ffi
When i run lib.model.roi_crop._ext.roi_crop,the error occered in line three.Like this " File "/home/wangning/progress/Few-Shot/MetaR-CNN-master/lib/model/roi_crop/_ext/roi_crop/init.py", line 3, in
from lib.model.roi_crop._ext.roi_crop import lib as _lib, ffi as _ffi
ImportError: cannot import name 'lib'
"
I don't know where the error happened,but missing the module lib and ffi