UnsupervisedDepthFromFocus
UnsupervisedDepthFromFocus copied to clipboard
PSF layer install error
Thank you for sharing your work. I'd like to try the code, but the first step installing is with something wrong. Could you please help me?

i met this problem too,have you solve it?
I solved it by replacing the original path in the setup.py with absolute path.
I solved it by replacing the original path in the
setup.pywith absolute path.
You are right! replace "gauss_psf_kernel.cu" with "gauss_psf_cuda_kernel.cu" in setup.py
I solved it by replacing the original path in the
setup.pywith absolute path.You are right! replace "gauss_psf_kernel.cu" with "gauss_psf_cuda_kernel.cu" in setup.py
I do the same with you,but it got error: g++: error: /home/xxx/torch_project/UnsupervisedDepthFromFocus-master/UnsupervisedDepthFromFocus-master/ext/build/temp.linux-x86_64-3.8/gauss_psf_cuda.o: 没有那个文件或目录 g++: error: /home/xxx/torch_project/UnsupervisedDepthFromFocus-master/UnsupervisedDepthFromFocus-master/ext/build/temp.linux-x86_64-3.8/gauss_psf_cuda_kernel.o: 没有那个文件或目录 could you help me? @Crispig thx!
I forget the details of this project, but I remember that there is a difference between the call to some files in the setup file and the actual file names, so you can pay attention to that. @xuejiancai
I forget the details of this project, but I remember that there is a difference between the call to some files in the setup file and the actual file names, so you can pay attention to that. @xuejiancai
ok,thx!