Diffusers
Safetensors
EvalMDE / DepthMaster /scripts /eval_diode.sh
zeyuren2002's picture
Add files using upload-large-folder tool
4b7b610 verified
#!/usr/bin/env bash
set -e
set -x
export CUDA_VISIBLE_DEVICES=5
python evaluate.py \
--base_data_dir path/to/basedata \
--dataset_config config/dataset/data_diode_all.yaml \
--alignment least_square_sqrt_disp \
--output_dir output/diode/final \
--checkpoint ckpt/eval \
--processing_res 640 \
--seed 1234 \