add ablation study cfgs

This commit is contained in:
Guocheng Qian
2023-08-10 15:30:39 +00:00
parent c949fdc35c
commit 6bfbbbf6a2
16 changed files with 536 additions and 41 deletions

View File

@@ -28,9 +28,9 @@ echo "number of gpus:" $NUM_GPU_AVAILABLE
RUN_ID=$2
RUN_ID2=$3
DATA_DIR=$4
IMAGE_NAME=$5
step1=$6
step2=$7
IMAGE_NAME=rgba.png
step1=$5
step2=$6
FILENAME=$(basename $DATA_DIR)
dataset=$(basename $(dirname $DATA_DIR))
echo reconstruct $FILENAME under dataset $dataset from folder $DATA_DIR ...
@@ -52,7 +52,7 @@ if (( ${step1} )); then
--t_range 0.2 0.6 \
--bg_radius -1 \
--save_mesh \
${@:8}
${@:7}
fi
if (( ${step2} )); then