mileyan / AnyNet

(ICRA) Anytime Stereo Image Depth Estimation on Mobile Devices
https://mileyan.github.io/AnyNet/
MIT License
491 stars 125 forks source link

error when compiling spn #42

Closed 1tac11 closed 2 years ago

1tac11 commented 2 years ago

hi @mileyan,

when compiling the spn-model in models/spn I get this error:

Compiling gaterecurrent2dnoind layer kernels by nvcc... python: can't open file 'setup.py': [Errno 2] No such file or directory

cat make.sh reveals that python setup.pyis called in the same directory, but there is no file setup.py. What am I doing wrong here?

My system: nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2020 NVIDIA Corporation Built on Thu_Jun_11_22:26:38_PDT_2020 Cuda compilation tools, release 11.0, V11.0.194 Build cuda_11.0_bu.TC445_37.28540450_0 NVIDIA-SMI 450.51.05 Driver Version: 450.51.05 CUDA Version: 11.0

Thank you in advance

flyxuexi commented 9 months ago

hi,Could you tell me how to solve this problem? I found setup.py in spn_t1