File size: 346 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_eth3d.yaml \
    --alignment least_square \
    --prediction_dir  output/${subfolder}/eth3d/prediction \
    --output_dir output/${subfolder}/eth3d/eval_metric \
    --alignment_max_res 1024 \