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

ImportError: DLL load failed: 找不到指定的程序。 #53

Closed
CWF-999 opened this issue Jun 6, 2019 · 1 comment
Closed

ImportError: DLL load failed: 找不到指定的程序。 #53

CWF-999 opened this issue Jun 6, 2019 · 1 comment

Comments

@CWF-999
Copy link

CWF-999 commented Jun 6, 2019

(py36) PS D:\pythoncode\CenterNet_pytorch_win10_cuda10_py3.68\CenterNet> python test.py CenterNet-104 --testiter 480000

Traceback (most recent call last):
File "test.py", line 25, in
from nnet.py_factory import NetworkFactory
File "D:\pythoncode\CenterNet_pytorch_win10_cuda10_py3.68\CenterNet\nnet\py_factory.py", line 19, in
from models.py_utils.data_parallel import DataParallel
File "D:\pythoncode\CenterNet_pytorch_win10_cuda10_py3.68\CenterNet\models\py_utils_init_.py", line 6, in
from .cpools import TopPool, BottomPool, LeftPool, RightPool
File "D:\pythoncode\CenterNet_pytorch_win10_cuda10_py3.68\CenterNet\models\py_utils_cpools_init
.py", line 8, in
import top_pool, bottom_pool, left_pool, right_pool
ImportError: DLL load failed: 找不到指定的程序。

请问这个是什么原因啊?

@Duankaiwen
Copy link
Owner

Sorry, i don't know how to run this code in windows. Maybe this can be helpful: #33

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