1 | #!sh |
---|
2 | |
---|
3 | |
---|
4 | #COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" |
---|
5 | |
---|
6 | # OLD COMMAND USED for SG07 |
---|
7 | #COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish+ -preprocessor_use_gl_renderer- -preprocessor_evaluate_filter- -preprocessor_detect_empty_viewspace- -total_samples=100000000 -samples_per_pass=1000000" |
---|
8 | |
---|
9 | 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=1000000000 -view_cells_use_kd_pvs+ -af_use_kd_pvs- -kd_pvs_area=1e-5" |
---|
10 | |
---|
11 | |
---|
12 | # SIGGRAPH RESULTS probably measured with detect_empty_viewspace off |
---|
13 | # and -view_cells_use_kd_pvs- |
---|
14 | |
---|
15 | SCENE=../data/Pompeii/PompeiiTen.obj |
---|
16 | VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz |
---|
17 | |
---|
18 | PREFIX=../work/plots/osp-pompeii-SG08dummy |
---|
19 | |
---|
20 | |
---|
21 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
22 | # -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \ |
---|
23 | # -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4n.xml \ |
---|
24 | # -preprocessor_stats=$PREFIX-i-mixed-b1-n4n.log \ |
---|
25 | # -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4n.hlog |
---|
26 | |
---|
27 | # # n - no origin mutation, q=2, reverse samples |
---|
28 | |
---|
29 | # $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
30 | # -preprocessor_visibility_file=$PREFIX-r-reference.xml \ |
---|
31 | # -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \ |
---|
32 | # -preprocessor_histogram_file=$PREFIX-r-reference.hlog |
---|
33 | |
---|
34 | # $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
35 | # -rss_distributions=direction -view_cells_filter_max_size=1 \ |
---|
36 | # -preprocessor_visibility_file=$PREFIX-r-reference-global.xml \ |
---|
37 | # -preprocessor_stats=$PREFIX-r-reference-global.log \ |
---|
38 | # -preprocessor_histogram_file=$PREFIX-r-reference-global.hlog |
---|
39 | |
---|
40 | |
---|
41 | ##### BVH measurements |
---|
42 | |
---|
43 | |
---|
44 | # $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
45 | # -preprocessor_visibility_file=$PREFIX-r-bvh-reference.xml \ |
---|
46 | # -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-bvh-reference.log \ |
---|
47 | # -preprocessor_histogram_file=$PREFIX-r-bvh-reference.hlog |
---|
48 | |
---|
49 | # $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
50 | # -rss_distributions=direction -view_cells_filter_max_size=1 \ |
---|
51 | # -preprocessor_visibility_file=$PREFIX-r-bvh-reference-global.xml \ |
---|
52 | # -preprocessor_stats=$PREFIX-r-bvh-reference-global.log \ |
---|
53 | # -preprocessor_histogram_file=$PREFIX-r-bvh-reference-global.hlog |
---|
54 | |
---|
55 | |
---|
56 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
57 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
58 | # -preprocessor_visibility_file=$PREFIX-i-mixed-bvh-n4n.xml \ |
---|
59 | # -preprocessor_stats=$PREFIX-i-mixed-bvh-n4n.log \ |
---|
60 | # -preprocessor_histogram_file=$PREFIX-i-mixed-bvh-n4n.hlog |
---|
61 | |
---|
62 | |
---|
63 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
64 | # -view_cells_use_kd_pvs- -af_use_kd_pvs- \ |
---|
65 | # -mutation_silhouette_prob=0.5 \ |
---|
66 | # -mutation_reverse_samples_distance=1.0 \ |
---|
67 | # -mutation_radius_origin=1.0 \ |
---|
68 | # -mutation_radius_termination=1.0 \ |
---|
69 | # -mutation_use_unsucc_count_importance- \ |
---|
70 | # -mutation_use_pass_importance- \ |
---|
71 | # -mutation_buffer_size=500000 \ |
---|
72 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
73 | # -preprocessor_stats=$PREFIX-combined-m5-2.log |
---|
74 | |
---|
75 | |
---|
76 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
77 | # -view_cells_use_kd_pvs- -af_use_kd_pvs- \ |
---|
78 | # -mutation_silhouette_prob=0.5 \ |
---|
79 | # -mutation_reverse_samples_distance=1.0 \ |
---|
80 | # -mutation_radius_origin=1.0 \ |
---|
81 | # -mutation_radius_termination=0.2 \ |
---|
82 | # -mutation_use_unsucc_count_importance+ \ |
---|
83 | # -mutation_use_pass_importance- \ |
---|
84 | # -mutation_buffer_size=2000000 \ |
---|
85 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
86 | # -preprocessor_stats=$PREFIX-combined-m8-2.log |
---|
87 | |
---|
88 | # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
89 | # -view_cells_use_kd_pvs- -af_use_kd_pvs- \ |
---|
90 | # -mutation_silhouette_prob=0.5 \ |
---|
91 | # -mutation_reverse_samples_distance=1.0 \ |
---|
92 | # -mutation_radius_origin=2.0 \ |
---|
93 | # -mutation_radius_termination=0.2 \ |
---|
94 | # -mutation_use_unsucc_count_importance+ \ |
---|
95 | # -mutation_use_pass_importance- \ |
---|
96 | # -mutation_buffer_size=2000000 \ |
---|
97 | # -rss_distributions=mutation+object_direction+spatial \ |
---|
98 | # -preprocessor_stats=$PREFIX-combined-m8-3.log |
---|
99 | |
---|
100 | $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
101 | -view_cells_use_kd_pvs- -af_use_kd_pvs- \ |
---|
102 | -mutation_silhouette_prob=0.5 \ |
---|
103 | -mutation_reverse_samples_distance=1.0 \ |
---|
104 | -mutation_radius_origin=0.5 \ |
---|
105 | -mutation_radius_termination=0.2 \ |
---|
106 | -mutation_use_unsucc_count_importance- \ |
---|
107 | -mutation_use_pass_importance+ \ |
---|
108 | -mutation_buffer_size=2000000 \ |
---|
109 | -rss_distributions=mutation+object_direction+spatial \ |
---|
110 | -preprocessor_stats=$PREFIX-combined-m8-4.log |
---|
111 | |
---|
112 | #mutation+object_direction+ |
---|