source: GTP/trunk/Lib/Vis/Preprocessing/src/run_test2 @ 2060

Revision 2060, 5.8 KB checked in by bittner, 17 years ago (diff)

mutation parameters added

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3
4#COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+"
5COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish+ -preprocessor_use_gl_renderer- -preprocessor_evaluate_filter+ -samples_per_evaluation=5000000 -samples_per_pass=1000000 -total_samples=100000000"
6
7
8#SCENE="../data/vienna/vienna-buildings.x3d;../data/vienna/vienna-roofs.x3d;../data/vienna/vienna-roads.x3d"
9#VIEWCELLS=../data/vienna/vienna-viewcells-5000.xml
10
11
12#SCENE=../data/soda/soda.obj
13#VIEWCELLS=../data/soda/soda5-viewcells-1000.xml
14#VIEWCELLS=../data/soda/soda5-viewcells-single.xml
15
16#SCENE=../data/PowerPlant/selection.plb
17#VIEWCELLS=../data/PowerPlant/power_plant_viewcells1.xml
18
19#SCENE=../data/soda/soda5.dat
20#VIEWCELLS=../data/soda/soda-viewcells-5000.xml
21#VIEWCELLS=../data/soda/soda5-viewcells.xml
22#VIEWCELLS=../data/soda/soda5-viewcells-single.xml
23
24#SCENE=../data/artificial/city.x3d
25#VIEWCELLS=../data/soda/soda5-viewcells2.xml
26#VIEWCELLS=../data/artificial/city-viewcells-1000.xml
27
28#SCENE=../data/test1/test2.x3d
29#VIEWCELLS=../data/test1/test-viewcells.xml
30
31
32SCENE=../data/vienna/vienna_cropped.obj
33#VIEWCELLS=../data/vienna/vienna_cropped-gradient-viewcells.xml.gz
34VIEWCELLS=../data/vienna/vienna-seq-viewcells-20000.xml.gz
35
36<<<<<<< .mine
37PREFIX=../work/plots/osp-vienna2-1e5
38=======
39# SCENE=../data/Pompeii/PompeiiTen.obj
40# VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz
41>>>>>>> .r2051
42
43PREFIX=../work/plots/osp-FILTER-1e5
44
45#SCENE=../data/atlanta/atlanta2.x3d
46#PREFIX=../work/plots/atlanta2-rss9
47
48
49$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
50-rss_distributions=mutation+object_direction+spatial \
51-view_cells_filter_width=1.0 \
52-view_cells_use_kd_pvs+ -af_use_kd_pvs- \
53-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \
54-preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \
55-preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog
56
57<<<<<<< .mine
58# $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
59# -preprocessor_visibility_file=$PREFIX-r-reference.xml \
60# -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \
61# -preprocessor_histogram_file=$PREFIX-r-reference.hlog
62=======
63$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
64-rss_distributions=mutation+object_direction+spatial \
65-view_cells_filter_width=0.0 \
66-view_cells_use_kd_pvs+ -af_use_kd_pvs- \
67-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4b.xml \
68-preprocessor_stats=$PREFIX-i-mixed-b1-n4b.log \
69-preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4b.hlog
70>>>>>>> .r2051
71
72$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
73-rss_distributions=mutation+object_direction+spatial \
74-view_cells_filter_width=1.0 \
75-view_cells_use_kd_pvs+ -af_use_kd_pvs+ \
76-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4c.xml \
77-preprocessor_stats=$PREFIX-i-mixed-b1-n4c.log \
78-preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4c.hlog
79
80# $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
81# -preprocessor_visibility_file=$PREFIX-r-reference.xml \
82# -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \
83# -preprocessor_histogram_file=$PREFIX-r-reference.hlog
84
85# $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
86#  -rss_distributions=direction -view_cells_filter_max_size=1 \
87#  -preprocessor_visibility_file=$PREFIX-r-reference-global.xml \
88#  -preprocessor_stats=$PREFIX-r-reference-global.log \
89#  -preprocessor_histogram_file=$PREFIX-r-reference-global.hlog
90
91
92$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
93-rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \
94-view_cells_use_kd_pvs- -af_use_kd_pvs- \
95-preprocessor_visibility_file=$PREFIX-i-mixed-bvh-n4k.xml \
96-preprocessor_stats=$PREFIX-i-mixed-bvh-n4k.log \
97-preprocessor_histogram_file=$PREFIX-i-mixed-bvh-n4k.hlog
98
99$COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
100-view_cells_use_kd_pvs- -af_use_kd_pvs- \
101-preprocessor_visibility_file=$PREFIX-r-bvh-reference.xml \
102-view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-bvh-reference.log \
103-preprocessor_histogram_file=$PREFIX-r-bvh-reference.hlog
104
105$COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
106-view_cells_use_kd_pvs- -af_use_kd_pvs- \
107 -rss_distributions=direction -view_cells_filter_max_size=1 \
108 -preprocessor_visibility_file=$PREFIX-r-bvh-reference-global.xml \
109 -preprocessor_stats=$PREFIX-r-bvh-reference-global.log \
110 -preprocessor_histogram_file=$PREFIX-r-bvh-reference-global.hlog
111
112
113
114#############
115#############
116#############
117#############
118#############
119
120
121
122# $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
123#  -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \
124#  -view_cells_use_kd_pvs- -af_use_kd_pvs- \
125#  -preprocessor_visibility_file=$PREFIX-i-mixed-bvh-n4i.xml \
126#  -preprocessor_stats=$PREFIX-i-mixed-bvh-n4i.log \
127#  -preprocessor_histogram_file=$PREFIX-i-mixed-bvh-n4i.hlog
128
129
130
131#$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
132# -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \
133# -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4i.xml \
134# -preprocessor_stats=$PREFIX-i-mixed-b1-n4i.log \
135# -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4i.hlog
136
137
138# e - no origin mutation, silh. tm Q=2, reverse samples
139# f - no origin, q=2, no reverse samples
140# g - gaussian origin, q=2, reverse samples
141
142# g, h contain pvs error estimations...
143
144# $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
145# -rss_distributions=rss+object_direction+spatial+object+direction -view_cells_filter_max_size=1 \
146# -preprocessor_stats=$PREFIX-i-mixed-b1-n2.log \
147# -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n2.hlog
148
149
150
Note: See TracBrowser for help on using the repository browser.