NVIDIA / vid2vid

Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
Other
8.57k stars 1.2k forks source link

FlowNet2 Installation Error on WINDOWS 10 #130

Open NitinC23 opened 4 years ago

NitinC23 commented 4 years ago

Hello, I am trying to set up the environment on Windows 10, but i am stuck with the installation of flownet2_pytorch. Could anyone here help me with running this project on Windows 10, without GPUs. Thanks in advance! This is the error I get when I try to install the flownet2_pytorch C:\Users\7000020311\Desktop\P\vid2vid-master\models\flownet2_pytorch\networks\correlation_package>python setup.py install --user Traceback (most recent call last): File "setup.py", line 6, in from torch.utils.cpp_extension import BuildExtension, CUDAExtension File "C:\Users\7000020311\AppData\Local\Continuum\anaconda3\envs\Env\lib\site-packages\torch\utils\cpp_extension.py", line 61, in CUDA_HOME = _find_cuda_home() File "C:\Users\7000020311\AppData\Local\Continuum\anaconda3\envs\Env\lib\site-packages\torch\utils\cpp_extension.py", line 30, in _find_cuda_home if not os.path.exists(cuda_home): File "C:\Users\7000020311\AppData\Local\Continuum\anaconda3\envs\Env\lib\genericpath.py", line 19, in exists os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not list