visinf / self-mono-sf

Self-Supervised Monocular Scene Flow Estimation (CVPR 2020)
Apache License 2.0
248 stars 47 forks source link

Runs on 3090 #20

Open cuiyu330 opened 2 years ago

cuiyu330 commented 2 years ago

Hi,I want to run this code on 3090,but the 3090 needs to install CUDA11.0.When I run ./train_monosf_selfsup_kitti_raw.sh,error:ImportError: libcudart.so.10.0:cannot oprn shared object file:No such file or directory. So, I would like to ask how to solve it? I learned what changes to make to the code.Looking forward to your answer.

hurjunhwa commented 1 year ago

Hi, I am not so sure what would cause the error -- it could be due to many reasons. Have you checked the environment variables? Are the correlation layer and the forward-warping layer properly installed? Are the nvcc_args in here and here properly listed, to be compatible with 3090?