forked from city-super/Scaffold-GS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrain_mip360.sh
executable file
·27 lines (17 loc) · 1.03 KB
/
train_mip360.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
exp_name='baseline_init64'
voxel_size=0.001
update_init_factor=16
ulimit -n 4096
./train.sh -d mipnerf360/bicycle -l ${exp_name} --gpu -1 --voxel_size ${voxel_size} --update_init_factor ${update_init_factor} &
sleep 20s
./train.sh -d mipnerf360/bonsai -l ${exp_name} --gpu -1 --voxel_size ${voxel_size} --update_init_factor ${update_init_factor} &
sleep 20s
./train.sh -d mipnerf360/counter -l ${exp_name} --gpu -1 --voxel_size ${voxel_size} --update_init_factor ${update_init_factor} &
sleep 20s
./train.sh -d mipnerf360/garden -l ${exp_name} --gpu -1 --voxel_size ${voxel_size} --update_init_factor ${update_init_factor} &
sleep 20s
./train.sh -d mipnerf360/kitchen -l ${exp_name} --gpu -1 --voxel_size ${voxel_size} --update_init_factor ${update_init_factor} &
sleep 20s
./train.sh -d mipnerf360/room -l ${exp_name} --gpu -1 --voxel_size ${voxel_size} --update_init_factor ${update_init_factor} &
sleep 20s
./train.sh -d mipnerf360/stump -l ${exp_name} --gpu -1 --voxel_size ${voxel_size} --update_init_factor ${update_init_factor} &