pbrtest / Marigold-main /script /eval /41_infer_scannet.sh
ascarlettvfx's picture
Upload 99 files
660acc7 verified
raw
history blame contribute delete
444 Bytes
#!/usr/bin/env bash
set -e
set -x
# Use specified checkpoint path, otherwise, default value
ckpt=${1:-"prs-eth/marigold-v1-0"}
subfolder=${2:-"eval"}
python infer.py \
--checkpoint $ckpt \
--seed 1234 \
--base_data_dir $BASE_DATA_DIR \
--denoise_steps 50 \
--ensemble_size 10 \
--processing_res 0 \
--dataset_config config/dataset/data_scannet_val.yaml \
--output_dir output/${subfolder}/scannet/prediction \