nbei / Deep-Flow-Guided-Video-Inpainting

pytorch implementation for "Deep Flow-Guided Video Inpainting"(CVPR'19)
https://nbei.github.io/video-inpainting.html
MIT License
2.36k stars 453 forks source link

problem when install scripts.sh #38

Open 6Holmes opened 5 years ago

6Holmes commented 5 years ago

Hello! I am a beginner, can you tell me how to solve it? Thanks a lot!

roo@lab-Lenovo:~/下载/Deep-Flow-Guided-Video-Inpainting-master$ bash install_scripts.sh Traceback (most recent call last): File "", line 1, in ImportError: No module named torch Compiling resample2d kernels by nvcc... rm: 无法删除'Resample2d_kernel.o': 没有那个文件或目录 rm: 无法删除'../_ext': 没有那个文件或目录 ./make.sh: 行 9: nvcc: 未找到命令 Traceback (most recent call last): File "build.py", line 2, in import torch ImportError: No module named torch Traceback (most recent call last): File "", line 1, in ImportError: No module named torch Compiling correlation kernels by nvcc... rm: 无法删除'correlation_cuda_kernel.o': 没有那个文件或目录 rm: 无法删除'../_ext': 没有那个文件或目录 ./make.sh: 行 11: nvcc: 未找到命令 Traceback (most recent call last): File "build.py", line 2, in import torch ImportError: No module named torch install_scripts.sh: 行 7: ./make.sh: 权限不够

nbei commented 5 years ago

Hi @6Holmes , you can just try this command to promote the file's permission:

chmod +x ./make.sh
6Holmes commented 5 years ago

@nbei 我会去再多试试,非常感谢您的贡献!虽然问题很多,但还是要坚持克服!

usename6 commented 4 years ago

thanks,@nbei