Replies: 1 comment
-
Hi, were you able to resolve this issue? I am facing the same issue and am unsure about what to do, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am not well skilled for programing and have recently started mmdetection...
I met an ImportError as trying the verification script. The error is as below:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\shinrin\mmdetection\mmdet\apis_init_.py", line 2, in
from .inference import (async_inference_detector, inference_detector,
File "C:\Users\shinrin\mmdetection\mmdet\apis\inference.py", line 7, in
from mmcv.ops import RoIPool
File "C:\Users\shinrin.conda\envs\openmmlab3\lib\site-packages\mmcv\ops_init_.py", line 2, in
from .active_rotated_filter import active_rotated_filter
File "C:\Users\shinrin.conda\envs\openmmlab3\lib\site-packages\mmcv\ops\active_rotated_filter.py", line 10, in
['active_rotated_filter_forward', 'active_rotated_filter_backward'])
File "C:\Users\shinrin.conda\envs\openmmlab3\lib\site-packages\mmcv\utils\ext_loader.py", line 13, in load_ext
ext = importlib.import_module('mmcv.' + name)
File "C:\Users\shinrin.conda\envs\openmmlab3\lib\importlib_init_.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ImportError: DLL load failed: The specified procedure could not be found.
My versions:
Name Version
cudatoolkit 11.1.1
mmcv-full 1.4.8
mmdet 2.23.0
python 3.7.13
pytorch 1.9.0
torch 1.9.0+cu111
torchvision 0.10.0+cu111
What causes this error?
I appreciate if you could help to solve it.
Beta Was this translation helpful? Give feedback.
All reactions