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

DLL load failed #24

Closed
jscodecode opened this issue Sep 20, 2022 · 1 comment
Closed

DLL load failed #24

jscodecode opened this issue Sep 20, 2022 · 1 comment

Comments

@jscodecode
Copy link

How can I solve this problems? Thanks you very much!!!

Traceback (most recent call last): File "Z:\py_item\7_MCTrans-master\MCTrans-master\tools\train.py", line 14, in <module> from mctrans.pipline import SegPipline File "Z:\py_item\7_MCTrans-master\MCTrans-master\mctrans\pipline\__init__.py", line 1, in <module> from .segpipline import SegPipline File "Z:\py_item\7_MCTrans-master\MCTrans-master\mctrans\pipline\segpipline.py", line 7, in <module> from mctrans.models import build_model File "Z:\py_item\7_MCTrans-master\MCTrans-master\mctrans\models\__init__.py", line 1, in <module> from .centers import * File "Z:\py_item\7_MCTrans-master\MCTrans-master\mctrans\models\centers\__init__.py", line 1, in <module> from .mctrans import MCTrans File "Z:\py_item\7_MCTrans-master\MCTrans-master\mctrans\models\centers\mctrans.py", line 8, in <module> from ..ops.modules import MSDeformAttn File "Z:\py_item\7_MCTrans-master\MCTrans-master\mctrans\models\ops\modules\__init__.py", line 9, in <module> from .ms_deform_attn import MSDeformAttn File "Z:\py_item\7_MCTrans-master\MCTrans-master\mctrans\models\ops\modules\ms_deform_attn.py", line 21, in <module> from ..functions import MSDeformAttnFunction File "Z:\py_item\7_MCTrans-master\MCTrans-master\mctrans\models\ops\functions\__init__.py", line 9, in <module> from .ms_deform_attn_func import MSDeformAttnFunction File "Z:\py_item\7_MCTrans-master\MCTrans-master\mctrans\models\ops\functions\ms_deform_attn_func.py", line 18, in <module> import MultiScaleDeformableAttention as MSDA ImportError: DLL load failed: 找不到指定的模块。

@JiYuanFeng
Copy link
Owner

hi, please see open-mmlab/mmcv#1975

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

2 participants