Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 2.42 KB

GET_STARTED.md

File metadata and controls

68 lines (57 loc) · 2.42 KB

Getting Started

Clone Repository

To begin with, clone the RoboDepth repository to the desired location:

cd models/  # desired location
git clone https://github.com/ldkong1205/RoboDepth.git

Robustness Probing

Our benchmark currently supports the following depth estimation algorithms:

MonoDepth2, ICCV'19

To evaluate the robustness of MonoDepth2 under common corruptions, run the following:

cd zoo/MonoDepth2
sh evaluate_kittic.sh
# --load_weights_folder: "path to the pretrained weights"
# --eval_mono or --eval_stereo: "set eval mode for mono and stereo"

DIFFNet, BMVC'21

To evaluate the robustness of DIFFNet under common corruptions, run the following:

cd zoo/DIFFNet
sh evaluate_kittic.sh
# --load_weights_folder: "path to the pretrained weights"
# --eval_mono or --eval_stereo: "set eval mode for mono and stereo"