VisionLearningGroup / DA_Detection

Implementation of "Strong-Weak Distribution Alignment for Adaptive Object Detection"
http://cs-people.bu.edu/keisaito/research/CVPR2019.html
MIT License
347 stars 80 forks source link

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

Open Daipuwei opened 4 years ago

Daipuwei commented 4 years ago

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 commented 3 years ago

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

Daipuwei commented 3 years ago

@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 commented 3 years ago

@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 commented 3 years ago

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