UnsupervisedDepthFromFocus icon indicating copy to clipboard operation
UnsupervisedDepthFromFocus copied to clipboard

PSF layer install error

Open sunnyHelen opened this issue 6 years ago • 7 comments

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? image

sunnyHelen avatar Aug 09 '19 07:08 sunnyHelen

i met this problem too,have you solve it?

everythoughthelps avatar Sep 27 '19 03:09 everythoughthelps

I solved it by replacing the original path in the setup.py with absolute path.

fuy34 avatar May 18 '20 02:05 fuy34

I solved it by replacing the original path in the setup.py with absolute path.

You are right! replace "gauss_psf_kernel.cu" with "gauss_psf_cuda_kernel.cu" in setup.py

Crispig avatar Aug 24 '20 07:08 Crispig

I solved it by replacing the original path in the setup.py with 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!

xuejiancai avatar Dec 28 '21 15:12 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

Crispig avatar Dec 28 '21 15:12 Crispig

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!

xuejiancai avatar Dec 29 '21 01:12 xuejiancai