-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtrain_eval.sh
More file actions
179 lines (152 loc) · 8.19 KB
/
Copy pathtrain_eval.sh
File metadata and controls
179 lines (152 loc) · 8.19 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
################################################################## Dynamic Object
output=output/dynamic_object
exp=fan
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.72 --light --physics_code 16
#python seg.py -m $output/$exp --K 2 --vis
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test --half_res
#python metrics.py -m $output/$exp --s val --half_res
exp=whale
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.75 --light --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test --half_res
#python metrics.py -m $output/$exp --s val --half_res
exp=shark
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.75 --light --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test --half_res
#python metrics.py -m $output/$exp --s val --half_res
exp=telescope
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.72 --light --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test --half_res
#python metrics.py -m $output/$exp --s val --half_res
exp=fallingball
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.72 --light --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test --half_res
#python metrics.py -m $output/$exp --s val --half_res
exp=bat
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.75 --light --physics_code 16
#python seg.py -m $output/$exp --K 3 --vis
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test --half_res
#python metrics.py -m $output/$exp --s val --half_res
#python render.py -m $output/$exp --mode all --skip_val --skip_test
#
################################################################## ParticleNerf
output=output/particle_nerf
exp=pendulums
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.75 --fps 60 --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train --fps 60
#python metrics.py -m $output/$exp --s test --half_res
#python metrics.py -m $output/$exp --s val --half_res
#python render.py -m $output/$exp --mode all --skip_val --skip_test --fps 60
exp=cloth
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.75 --fps 60 --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train --fps 60
#python metrics.py -m $output/$exp --s test --half_res
#python metrics.py -m $output/$exp --s val --half_res
#python render.py -m $output/$exp --mode all --skip_val --skip_test --fps 60
exp=spring
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.75 --fps 60 --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train --fps 60
#python metrics.py -m $output/$exp --s test --half_res
#python metrics.py -m $output/$exp --s val --half_res
#python render.py -m $output/$exp --mode all --skip_val --skip_test --fps 60
exp=robot
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.75 --fps 30 --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train --fps 30
#python metrics.py -m $output/$exp --s test --half_res
#python metrics.py -m $output/$exp --s val --half_res
#python render.py -m $output/$exp --mode all --skip_val --skip_test
exp=robot-task
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.75 --fps 30 --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train --fps 30
#python metrics.py -m $output/$exp --s test --half_res
#python metrics.py -m $output/$exp --s val --half_res
#python render.py -m $output/$exp --mode all --skip_val --skip_test
exp=wheel
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.75 --fps 60 --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train --fps 60
#python metrics.py -m $output/$exp --s test --half_res
#python metrics.py -m $output/$exp --s val --half_res
#python render.py -m $output/$exp --mode all --skip_val --skip_test
#################################################################### Dynamic Indoor Scene
output=output/dynamic_indoor_scenes
exp=chessboard
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.70 --light --physics_code 32
#python seg.py -m $output/$exp --K 10 --smooth 0.1 --vis --scene others
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test
#python metrics.py -m $output/$exp --s val
exp=darkroom
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.70 --light --light --physics_code 32
#python seg.py -m $output/$exp --K 6 --smooth 0.1 --vis --scene others
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test
#python metrics.py -m $output/$exp --s val
exp=dining
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.70 --light --light --physics_code 32
#python seg.py -m $output/$exp --K 10 --smooth 0.8 --vis --scene dining
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test
#python metrics.py -m $output/$exp --s val
exp=factory
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.70 --light --light --physics_code 32
#python seg.py -m $output/$exp --K 6 --smooth 0.5 --vis --scene others
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test
#python metrics.py -m $output/$exp --s val
################################################################## NVIDIA
output=output/NVIDIA_dynamic_scene
exp=Skating
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.65 --fps 20 --vel_start_time 0.35 --physics_code 16
##python seg.py -m $output/$exp --K 4 --vis
#python render.py -m $output/$exp --mode render --skip_train --fps 20
#python metrics.py -m $output/$exp --s test
#python metrics.py -m $output/$exp --s val
exp=Truck
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.65 --fps 60 --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train --fps 60
#python metrics.py -m $output/$exp --s test
#python metrics.py -m $output/$exp --s val
################################################################## GoPro
output=output/GOPRO
exp=pen1
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.70 --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test
#python metrics.py -m $output/$exp --s val
#python render.py -m $output/$exp --mode original --skip_val --skip_test
exp=box
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.70 --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test
#python metrics.py -m $output/$exp --s val
exp=mat
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.75 --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train --fps 88
#python metrics.py -m $output/$exp --s test
#python metrics.py -m $output/$exp --s val
exp=collision
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.73 --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test
#python metrics.py -m $output/$exp --s val
#python render.py -m $output/$exp --mode original --skip_val --skip_test
exp=cube
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.72 --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test
#python metrics.py -m $output/$exp --s val
exp=hammer
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.70 --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test
#python metrics.py -m $output/$exp --s val
exp=pen2
#python train_gui.py -s /path/to/data/ -m $output/$exp --max_time 0.70 --physics_code 16
#python render.py -m $output/$exp --mode render --skip_train
#python metrics.py -m $output/$exp --s test
#python metrics.py -m $output/$exp --s val