pbrtest / Marigold-main /script /eval /32_eval_eth3d.sh
ascarlettvfx's picture
Upload 99 files
660acc7 verified
raw
history blame contribute delete
346 Bytes
#!/usr/bin/env bash
set -e
set -x
subfolder=${1:-"eval"}
python eval.py \
--base_data_dir $BASE_DATA_DIR \
--dataset_config config/dataset/data_eth3d.yaml \
--alignment least_square \
--prediction_dir output/${subfolder}/eth3d/prediction \
--output_dir output/${subfolder}/eth3d/eval_metric \
--alignment_max_res 1024 \