1 | #!/bin/sh |
---|
2 | |
---|
3 | |
---|
4 | #COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" |
---|
5 | #COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish+ -preprocessor_use_gl_renderer- -preprocessor_evaluate_filter- -preprocessor_detect_empty_viewspace- -total_samples=500000000" |
---|
6 | |
---|
7 | COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish+ -preprocessor_use_gl_renderer- -preprocessor_evaluate_filter- -preprocessor_detect_empty_viewspace+ -samples_per_evaluation=5000000 -samples_per_pass=1000000 -total_samples=12000000 -view_cells_use_kd_pvs+ -preprocessor_ray_cast_method=0" |
---|
8 | |
---|
9 | # FINAL TIME PLOT |
---|
10 | COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish+ -preprocessor_use_gl_renderer- -preprocessor_evaluate_filter- -preprocessor_detect_empty_viewspace+ -samples_per_evaluation=5000000 -samples_per_pass=1000000 -total_samples=4000000000 -total_time=7200 -view_cells_use_kd_pvs+" |
---|
11 | |
---|
12 | SCENE=../data/vienna/vienna_cropped.obj |
---|
13 | VIEWCELLS=../data/vienna/vienna_cropped-gradient-viewcells.xml.gz |
---|
14 | #VIEWCELLS=../data/vienna/vienna-sequential-30000-single-viewcell.xml |
---|
15 | |
---|
16 | |
---|
17 | PREFIX=../work/plots/osp-vienna-SG08-gr |
---|
18 | |
---|
19 | |
---|
20 | ###################### |
---|
21 | ###################### |
---|
22 | |
---|
23 | $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
24 | -preprocessor_visibility_file=$PREFIX-reference.xml \ |
---|
25 | -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \ |
---|
26 | -preprocessor_histogram_file=$PREFIX-r-reference.hlog |
---|
27 | |
---|
28 | $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
29 | -rss_distributions=direction -view_cells_filter_max_size=1 \ |
---|
30 | -preprocessor_visibility_file=$PREFIX-r-reference-global.xml \ |
---|
31 | -preprocessor_stats=$PREFIX-reference-global.log \ |
---|
32 | -preprocessor_histogram_file=$PREFIX-r-reference-global.hlog |
---|
33 | |
---|
34 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
35 | # -mutation_buffer_size=100000 \ |
---|
36 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
37 | # -preprocessor_stats=$PREFIX-combined-m1-1.log |
---|
38 | |
---|
39 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
40 | # -mutation_buffer_size=200000 \ |
---|
41 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
42 | # -preprocessor_stats=$PREFIX-combined-m1-2.log |
---|
43 | |
---|
44 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
45 | # -mutation_buffer_size=500000 \ |
---|
46 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
47 | # -preprocessor_stats=$PREFIX-combined-m1-3.log |
---|
48 | |
---|
49 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
50 | # -mutation_buffer_size=1000000 \ |
---|
51 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
52 | # -preprocessor_stats=$PREFIX-combined-m1-4.log |
---|
53 | |
---|
54 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
55 | # -mutation_buffer_size=2000000 \ |
---|
56 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
57 | # -preprocessor_stats=$PREFIX-combined-m1-5.log |
---|
58 | |
---|
59 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
60 | # -mutation_buffer_size=4000000 \ |
---|
61 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
62 | # -preprocessor_stats=$PREFIX-combined-m1-6.log |
---|
63 | |
---|
64 | |
---|
65 | # # ############################ |
---|
66 | # # #### AND now the same with pass importance off |
---|
67 | |
---|
68 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
69 | # -mutation_use_pass_importance- \ |
---|
70 | # -mutation_buffer_size=100000 \ |
---|
71 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
72 | # -preprocessor_stats=$PREFIX-combined-m2-1.log |
---|
73 | |
---|
74 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
75 | # -mutation_use_pass_importance- \ |
---|
76 | # -mutation_buffer_size=200000 \ |
---|
77 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
78 | # -preprocessor_stats=$PREFIX-combined-m2-2.log |
---|
79 | |
---|
80 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
81 | # -mutation_use_pass_importance- \ |
---|
82 | # -mutation_buffer_size=500000 \ |
---|
83 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
84 | # -preprocessor_stats=$PREFIX-combined-m2-3.log |
---|
85 | |
---|
86 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
87 | # -mutation_use_pass_importance- \ |
---|
88 | # -mutation_buffer_size=1000000 \ |
---|
89 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
90 | # -preprocessor_stats=$PREFIX-combined-m2-4.log |
---|
91 | |
---|
92 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
93 | # -mutation_use_pass_importance- \ |
---|
94 | # -mutation_buffer_size=2000000 \ |
---|
95 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
96 | # -preprocessor_stats=$PREFIX-combined-m2-5.log |
---|
97 | |
---|
98 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
99 | # -mutation_use_pass_importance- \ |
---|
100 | # -mutation_buffer_size=4000000 \ |
---|
101 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
102 | # -preprocessor_stats=$PREFIX-combined-m2-6.log |
---|
103 | |
---|
104 | # # ################################################ |
---|
105 | # # # silhouetee probability test |
---|
106 | # # ################################################ |
---|
107 | |
---|
108 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
109 | # -mutation_silhouette_prob=0.0 \ |
---|
110 | # -mutation_use_pass_importance- \ |
---|
111 | # -mutation_buffer_size=500000 \ |
---|
112 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
113 | # -preprocessor_stats=$PREFIX-combined-m3-1.log |
---|
114 | |
---|
115 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
116 | # -mutation_silhouette_prob=0.2 \ |
---|
117 | # -mutation_use_pass_importance- \ |
---|
118 | # -mutation_buffer_size=500000 \ |
---|
119 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
120 | # -preprocessor_stats=$PREFIX-combined-m3-2.log |
---|
121 | |
---|
122 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
123 | # -mutation_silhouette_prob=0.5 \ |
---|
124 | # -mutation_use_pass_importance- \ |
---|
125 | # -mutation_buffer_size=500000 \ |
---|
126 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
127 | # -preprocessor_stats=$PREFIX-combined-m3-3.log |
---|
128 | |
---|
129 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
130 | # -mutation_silhouette_prob=0.8 \ |
---|
131 | # -mutation_use_pass_importance- \ |
---|
132 | # -mutation_buffer_size=500000 \ |
---|
133 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
134 | # -preprocessor_stats=$PREFIX-combined-m3-4.log |
---|
135 | |
---|
136 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
137 | # -mutation_silhouette_prob=1.0 \ |
---|
138 | # -mutation_use_pass_importance- \ |
---|
139 | # -mutation_buffer_size=500000 \ |
---|
140 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
141 | # -preprocessor_stats=$PREFIX-combined-m3-5.log |
---|
142 | |
---|
143 | |
---|
144 | # ################################################ |
---|
145 | # # reverse test |
---|
146 | # ################################################ |
---|
147 | |
---|
148 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
149 | # -mutation_reverse_samples_distance=1.0 \ |
---|
150 | # -mutation_use_pass_importance- \ |
---|
151 | # -mutation_buffer_size=500000 \ |
---|
152 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
153 | # -preprocessor_stats=$PREFIX-combined-m4-1.log |
---|
154 | |
---|
155 | |
---|
156 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
157 | # -mutation_reverse_samples_distance=100000.0 \ |
---|
158 | # -mutation_use_pass_importance- \ |
---|
159 | # -mutation_buffer_size=500000 \ |
---|
160 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
161 | # -preprocessor_stats=$PREFIX-combined-m4-2.log |
---|
162 | |
---|
163 | |
---|
164 | # ### unsucc count test |
---|
165 | |
---|
166 | |
---|
167 | |
---|
168 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
169 | # -mutation_use_unsucc_count_importance+ \ |
---|
170 | # -mutation_use_pass_importance- \ |
---|
171 | # -mutation_buffer_size=2000000 \ |
---|
172 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
173 | # -preprocessor_stats=$PREFIX-combined-m5-1.log |
---|
174 | |
---|
175 | |
---|
176 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
177 | # -mutation_use_unsucc_count_importance+ \ |
---|
178 | # -mutation_use_pass_importance- \ |
---|
179 | # -mutation_buffer_size=500000 \ |
---|
180 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
181 | # -preprocessor_stats=$PREFIX-combined-m5-2.log |
---|
182 | |
---|
183 | |
---|
184 | # ########################################### |
---|
185 | # # search steps test |
---|
186 | # ########################################### |
---|
187 | |
---|
188 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
189 | # -mutation_silhouette_search_steps=1 \ |
---|
190 | # -mutation_buffer_size=500000 \ |
---|
191 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
192 | # -preprocessor_stats=$PREFIX-combined-m6-1.log |
---|
193 | |
---|
194 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
195 | # -mutation_silhouette_search_steps=2 \ |
---|
196 | # -mutation_buffer_size=500000 \ |
---|
197 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
198 | # -preprocessor_stats=$PREFIX-combined-m6-2.log |
---|
199 | |
---|
200 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
201 | # -mutation_silhouette_search_steps=4 \ |
---|
202 | # -mutation_buffer_size=500000 \ |
---|
203 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
204 | # -preprocessor_stats=$PREFIX-combined-m6-3.log |
---|
205 | |
---|
206 | |
---|
207 | # ########################################### |
---|
208 | # # radius test |
---|
209 | # ########################################### |
---|
210 | |
---|
211 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
212 | # -mutation_radius_origin=0.2 \ |
---|
213 | # -mutation_radius_termination=0.2 \ |
---|
214 | # -mutation_silhouette_prob=0.5 \ |
---|
215 | # -mutation_use_pass_importance- \ |
---|
216 | # -mutation_buffer_size=500000 \ |
---|
217 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
218 | # -preprocessor_stats=$PREFIX-combined-m7-1.log |
---|
219 | |
---|
220 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
221 | # -mutation_radius_origin=1.0 \ |
---|
222 | # -mutation_radius_termination=1.0 \ |
---|
223 | # -mutation_silhouette_prob=0.5 \ |
---|
224 | # -mutation_use_pass_importance- \ |
---|
225 | # -mutation_buffer_size=500000 \ |
---|
226 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
227 | # -preprocessor_stats=$PREFIX-combined-m7-2.log |
---|
228 | |
---|
229 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
230 | # -mutation_radius_origin=0.5 \ |
---|
231 | # -mutation_radius_termination=0.2 \ |
---|
232 | # -mutation_silhouette_prob=0.5 \ |
---|
233 | # -mutation_use_pass_importance- \ |
---|
234 | # -mutation_buffer_size=500000 \ |
---|
235 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
236 | # -preprocessor_stats=$PREFIX-combined-m7-3.log |
---|
237 | |
---|
238 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
239 | # -mutation_radius_origin=0.5 \ |
---|
240 | # -mutation_radius_termination=1.0 \ |
---|
241 | # -mutation_silhouette_prob=0.5 \ |
---|
242 | # -mutation_use_pass_importance- \ |
---|
243 | # -mutation_buffer_size=500000 \ |
---|
244 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
245 | # -preprocessor_stats=$PREFIX-combined-m7-4.log |
---|
246 | |
---|
247 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
248 | # -mutation_radius_origin=0.2 \ |
---|
249 | # -mutation_radius_termination=0.5 \ |
---|
250 | # -mutation_silhouette_prob=0.5 \ |
---|
251 | # -mutation_use_pass_importance- \ |
---|
252 | # -mutation_buffer_size=500000 \ |
---|
253 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
254 | # -preprocessor_stats=$PREFIX-combined-m7-5.log |
---|
255 | |
---|
256 | |
---|
257 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
258 | # -mutation_radius_origin=1.0 \ |
---|
259 | # -mutation_radius_termination=0.5 \ |
---|
260 | # -mutation_silhouette_prob=0.5 \ |
---|
261 | # -mutation_use_pass_importance- \ |
---|
262 | # -mutation_buffer_size=500000 \ |
---|
263 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
264 | # -preprocessor_stats=$PREFIX-combined-m7-6.log |
---|
265 | |
---|
266 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
267 | # -mutation_radius_origin=2.0 \ |
---|
268 | # -mutation_radius_termination=0.5 \ |
---|
269 | # -mutation_silhouette_prob=0.5 \ |
---|
270 | # -mutation_use_pass_importance- \ |
---|
271 | # -mutation_buffer_size=500000 \ |
---|
272 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
273 | # -preprocessor_stats=$PREFIX-combined-m7-7.log |
---|
274 | |
---|
275 | |
---|
276 | # ### selected tests |
---|
277 | |
---|
278 | |
---|
279 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
280 | # -mutation_silhouette_prob=0.5 \ |
---|
281 | # -mutation_reverse_samples_distance=1.0 \ |
---|
282 | # -mutation_radius_origin=0.5 \ |
---|
283 | # -mutation_radius_termination=0.2 \ |
---|
284 | # -mutation_use_unsucc_count_importance+ \ |
---|
285 | # -mutation_use_pass_importance- \ |
---|
286 | # -mutation_buffer_size=2000000 \ |
---|
287 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
288 | # -preprocessor_stats=$PREFIX-combined-m8-1.log |
---|
289 | |
---|
290 | # USE THIS ONE!!!!!! |
---|
291 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
292 | # -mutation_silhouette_prob=0.5 \ |
---|
293 | # -mutation_reverse_samples_distance=1.0 \ |
---|
294 | # -mutation_radius_origin=1.0 \ |
---|
295 | # -mutation_radius_termination=0.2 \ |
---|
296 | # -mutation_use_unsucc_count_importance+ \ |
---|
297 | # -mutation_use_pass_importance- \ |
---|
298 | # -mutation_buffer_size=2000000 \ |
---|
299 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
300 | # -preprocessor_stats=$PREFIX-combined-m8-2.log |
---|
301 | |
---|
302 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
303 | # -mutation_silhouette_prob=0.5 \ |
---|
304 | # -mutation_reverse_samples_distance=1.0 \ |
---|
305 | # -mutation_radius_origin=2.0 \ |
---|
306 | # -mutation_radius_termination=0.2 \ |
---|
307 | # -mutation_use_unsucc_count_importance+ \ |
---|
308 | # -mutation_use_pass_importance- \ |
---|
309 | # -mutation_buffer_size=2000000 \ |
---|
310 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
311 | # -preprocessor_stats=$PREFIX-combined-m8-3.log |
---|
312 | |
---|
313 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
314 | # -mutation_silhouette_prob=0.5 \ |
---|
315 | # -mutation_reverse_samples_distance=1.0 \ |
---|
316 | # -mutation_radius_origin=0.5 \ |
---|
317 | # -mutation_radius_termination=0.2 \ |
---|
318 | # -mutation_use_unsucc_count_importance- \ |
---|
319 | # -mutation_use_pass_importance+ \ |
---|
320 | # -mutation_buffer_size=2000000 \ |
---|
321 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
322 | # -preprocessor_stats=$PREFIX-combined-m8-4.log |
---|