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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: