add ablation study cfgs
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
device=$1
|
||||
runid=$2 # jobname for the first stage
|
||||
runid2=$3 # jobname for the second stage
|
||||
imagename=$4
|
||||
script_name=$1
|
||||
device=$2
|
||||
runid=$3 # jobname for the first stage
|
||||
runid2=$4 # jobname for the second stage
|
||||
step1=$5
|
||||
step2=$6
|
||||
|
||||
examples=(
|
||||
'data/nerf4/chair'
|
||||
'data/realfusion15/colorful_teapot/'
|
||||
'data/realfusion15/teddy_bear/'
|
||||
'data/realfusion15/mental_dragon_statue/'
|
||||
'data/realfusion15/colorful_teapot/'
|
||||
'data/realfusion15/fish_real_nemo/'
|
||||
'data/realfusion15/two_cherries'
|
||||
'data/realfusion15/watercolor_horse/'
|
||||
'data/nerf4/chair'
|
||||
'data/nerf4/drums'
|
||||
'data/nerf4/ficus'
|
||||
'data/nerf4/mic'
|
||||
@@ -21,5 +21,7 @@ examples=(
|
||||
for i in "${examples[@]}"; do
|
||||
echo "$i"
|
||||
[ -d "$i" ] && echo "$i exists."
|
||||
bash scripts/magic123/run_both_priors.sh $device $runid "$i" $imagename $step1 $step2 ${@:7}
|
||||
bash ${script_name} $device $runid $runid2 "$i" $step1 $step2 ${@:7}
|
||||
done
|
||||
|
||||
# usage: bash scripts/magic123/run_list_both_priors.sh scripts/magic123/run_both_priors.sh 0 coarse fine 1 1
|
||||
Reference in New Issue
Block a user