kakaxi314 / BP-Net

Implementation of our paper 'Bilateral Propagation Network for Depth Completion'
MIT License
66 stars 6 forks source link

安装流程有问题 #4

Open HanLingsgjk opened 4 months ago

HanLingsgjk commented 4 months ago

readme里面的安装流程不对 gcc版本和cuda拓展有冲突

kakaxi314 commented 4 months ago

Could you show me your gcc version and cuda version? As listed in environment.yml, I use gcc 12.3 for cuda 12. They should be compatible.

woonyang0 commented 4 months ago

I got the same question like /root/miniconda3/envs/bp/lib/python3.9/site-packages/torch/utils/cpp_extension.py:425: UserWarning: There are no /root/miniconda3/envs/bp/bin/x86_64-conda-linux-gnu-c++ version bounds defined for CUDA version 12.1 warnings.warn(f'There are no {compiler_name} version bounds defined for CUDA version {cuda_str_version}') And I use gcc 12.3 for cuda 12.1, just as listed in environment.yml

kakaxi314 commented 4 months ago

I guess it's not a problem if just showing warning.

ZhangWeihao3014 commented 1 month ago

Could you show me your gcc version and cuda version? As listed in environment.yml, I use gcc 12.3 for cuda 12. They should be compatible.

image image 运行你的环境文件安装的cuda版本是11.8,而不是12.1。我这里仍然没有解决这个问题,请老哥速速回我😟

ZhangWeihao3014 commented 1 month ago

Could you show me your gcc version and cuda version? As listed in environment.yml, I use gcc 12.3 for cuda 12. They should be compatible.

但我也确实看到了您在文件里指定了cuda的版本:cuda-cudart=12.1.105=0