7b127f4
1
2
3
4
5
6
7
8
9
10
11
12
if [ -z "$TYPE" ]; then echo "Error: 'CONDITION' variable is not set." exit 1 fi python -m construct_brep \ --data_root ./outputs/${TYPE} \ --out_root ./outputs/${TYPE}_post \ --use_ray \ --num_cpus 2 \ --drop_num 3 \ --from_scratch