Spaces:
Runtime error
Runtime error
| 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 \ | |