A repository to evaluate the dinov2 and dpt model on the SCARED dataset
steps:
- Follow the instructions in dinov2 and dpt to prepare for the environment and dependencies.
- Change the
sys.path.insert
path to your own path in therun_monodepth_scared.py
files in each folder. Also, change the arguments in the files to your own path. Make sure your path to split file is correct. - run
dinov2/run_monodepth_scared.py
anddpt/run_monodepth_scared.py
to start the evaluation.