Closed santutu closed 3 years ago
https://github.com/pytorch/pytorch/issues/4518 https://github.com/pytorch/pytorch/issues/32916
They said about changing python, cuda version. or not found dll so have to manually downlaod it. or etc problems...
Current is too late night. I will try it and record at tomorrow
I would suggest you to try doing this steps that are in the middle of the install_win_body.bat
That is where I think is the most problematic part.
Go to frankmocap root folder Execute this line "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
See if it throw an error, if not, execute this:
set DISTUTILS_USE_SDK=1
cd detectors\hand_object_detector\lib
python setup.py build develop
cd ../../..
it the first commando throws an error, that's maybe the problem, you visual studio is anopther version and the address for the vcvars64.bat may be different.
I failed to install on windows. So I try wsl2. https://docs.microsoft.com/en-us/windows/win32/direct3d12/gpu-cuda-in-wsl It works
I have a question that using rtx3080 in this frank mocap project. I need some help how to use rtx3080 and what is the correct version of cuda, cudatoolkit, cudnn and pytorch. please help me.
Hi @asdqe5 , I tested with a RTX2060, and I had to use CUDA 10.0 and 10.1 to pack some python packages that are hard to install in windows. Unfortunatelly if your card dont have cuda 10 you´ll have to find a way to install it using another cuda version, and this code in this repository might not work.
Please go to the Frankmocap main repository to see if you find someone to help you with that.
I have been struggling with this error. Maybe tourch was installed incorrectly.
I realized that this error is a rather common problem, by googling