ldkong1205 / RoboDepth

[NeurIPS 2023] RoboDepth: Robust Out-of-Distribution Depth Estimation under Corruptions
https://ldkong.com/RoboDepth
254 stars 31 forks source link

the download link for kitti_c is not working #12

Closed Han-SHS closed 1 year ago

Han-SHS commented 1 year ago

We have noticed that the download link for kitti_c is not working. Since the previously downloaded kitti_c has some issues, we need to re-download it for model evaluation. Could you please check the relevant website?

best wish

ldkong1205 commented 1 year ago

Hi @Han-SHS, thanks for your information!

We have updated the link in the document. You can now download KITTI-C via the following link: https://drive.google.com/file/d/1Ohyh8CN0ZS7gc_9l4cIwX4j97rIRwADa/view?usp=sharing

Alternatively, you can download this dataset via the following command:

wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1Ohyh8CN0ZS7gc_9l4cIwX4j97rIRwADa' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1Ohyh8CN0ZS7gc_9l4cIwX4j97rIRwADa" -O kitti_c.zip && rm -rf /tmp/cookies.txt

Let us know if the above works for you. Thanks!