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

ModuleNotFoundError: No module named 'lib.model.roi_crop._ext.roi_crop._roi_crop' #24

Open
Daipuwei opened this issue Nov 21, 2019 · 4 comments

Comments

@Daipuwei
Copy link

Traceback (most recent call last):
File "trainval_net_global_local.py", line 25, in
from lib.model.utils.net_utils import weights_normal_init, save_net, load_net,
File "E:\DA_Detection-master\lib\model\utils\net_utils.py", line 10, in
from lib.model.roi_crop.functions.roi_crop import RoICropFunction
File "E:\DA_Detection-master\lib\model\roi_crop\functions\roi_crop.py", line 4, in
from lib.model.roi_crop.ext import roi_crop
File "E:\DA_Detection-master\lib\model\roi_crop_ext\roi_crop_init
.py", line 3, in
from ._roi_crop import lib as _lib, ffi as _ffi
ModuleNotFoundError: No module named 'lib.model.roi_crop._ext.roi_crop._roi_crop'

@JiahuaDong
Copy link

@Daipuwei Hi, have you solved this problem? I have met the same issue.

@Daipuwei
Copy link
Author

@Daipuwei Hi, have you solved this problem? I have met the same issue.

Sorry, it's a difficult bug that I have not solved

@Daipuwei
Copy link
Author

@Daipuwei Hi, have you solved this problem? I have met the same issue.

could we talk about this bug via wechat? my wechat id is : dpw19960712

@ygzhu
Copy link

ygzhu commented Dec 10, 2020

run sh make.sh jwyang/faster-rcnn.pytorch#324
if some errors happen, you can check whetherthe pytorch version matchs the cuda version

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