-
Notifications
You must be signed in to change notification settings - Fork 28
Issues trying to get the demo working #6
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
Comments
Unfortunately, I am not familiar with the installation on Windows. Looks like Could you please share the exact error that you get with docker? |
I saw that issue but didn't see a solution there. I'll try with docker again today and post my commands and error. |
With docker, I get the following error:
after running these commands:
|
And you have CUDA installed in your system? |
yea. Its installed. CuDNN as well. |
My guess is maybe its having an issue finding the gpu through the container? Not entirely sure. I've been training NN's with tensorflow and GPU with Cuda so it isn't strictly a CUDA or CUDNN issue probably. |
Is the gpu available inside the container? You can try to execute How are you running the container? With |
Thats prob the issue. Was running with docker. Will try nvidia-docker. |
I've been following the steps to install and spent several hours today trying to get the demo working but I'm getting errors. I've followed the steps in the instructions exactly. When doing a manual install, I get this error:
No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin'
Traceback (most recent call last):
File "c:\users\tyler\source\repos\phar\mmaction2\demo\demo_skeleton.py", line 16, in
from mmdet.apis import inference_detector, init_detector
File "C:\Users\tyler\source\repos\venv\lib\site-packages\mmdet\apis_init_.py", line 2, in
from .inference import (async_inference_detector, inference_detector,
File "C:\Users\tyler\source\repos\venv\lib\site-packages\mmdet\apis\inference.py", line 8, in
from mmcv.ops import RoIPool
File "C:\Users\tyler\source\repos\venv\lib\site-packages\mmcv\ops_init_.py", line 2, in
from .active_rotated_filter import active_rotated_filter
File "C:\Users\tyler\source\repos\venv\lib\site-packages\mmcv\ops\active_rotated_filter.py", line 8, in
ext_module = ext_loader.load_ext(
File "C:\Users\tyler\source\repos\venv\lib\site-packages\mmcv\utils\ext_loader.py", line 13, in load_ext
ext = importlib.import_module('mmcv.' + name)
File "C:\Users\tyler\AppData\Local\Programs\Python\Python38\lib\importlib_init_.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ImportError: DLL load failed while importing _ext: The specified module could not be found.
When trying to use docker, I get an error about not having an nvidia driver (even though I do with cuda, and cudnn setup)
The text was updated successfully, but these errors were encountered: