Spaces:
Runtime error
Runtime error
File size: 324 Bytes
660acc7 |
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 eval.py \
--base_data_dir $BASE_DATA_DIR \
--dataset_config config/dataset/data_nyu_test.yaml \
--alignment least_square \
--prediction_dir output/${subfolder}/nyu_test/prediction \
--output_dir output/${subfolder}/nyu_test/eval_metric \
|