Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NingWang11 opened this issue Apr 18, 2020 · 2 comments

Comments

@NingWang11
Copy link

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

@tooHotSpot
Copy link

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

@funny000
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants