Diffusers
Safetensors
File size: 336 Bytes
ecd43ed
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash
set -e
set -x

subfolder=${1:-"eval"}

python script/depth/eval.py \
    --base_data_dir $BASE_DATA_DIR \
    --dataset_config config/dataset_depth/data_diode_all.yaml \
    --alignment least_square \
    --prediction_dir output/${subfolder}/diode/prediction \
    --output_dir output/${subfolder}/diode/eval_metric