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

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

merge

  • Property svn:executable set to *
RevLine 
[2076]1#!sh
[1757]2
[2016]3
[1757]4#COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+"
[2076]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"
[1757]6
[2051]7
[1757]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
[2011]11
12#SCENE=../data/soda/soda.obj
[1757]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
[2002]19#SCENE=../data/soda/soda5.dat
20#VIEWCELLS=../data/soda/soda-viewcells-5000.xml
[2001]21#VIEWCELLS=../data/soda/soda5-viewcells.xml
[1757]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
[2052]31
[1757]32SCENE=../data/vienna/vienna_cropped.obj
[2076]33VIEWCELLS=../data/vienna/vienna_cropped-gradient-viewcells.xml.gz
34#VIEWCELLS=../data/vienna/vienna-seq-viewcells-20000.xml.gz
[1757]35
[2076]36
[2051]37# SCENE=../data/Pompeii/PompeiiTen.obj
38# VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz
[1757]39
[2076]40PREFIX=../work/plots/osp-TEST-1e5
[2051]41
[1757]42#SCENE=../data/atlanta/atlanta2.x3d
43#PREFIX=../work/plots/atlanta2-rss9
44
45
[2051]46$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
47-rss_distributions=mutation+object_direction+spatial \
48-view_cells_use_kd_pvs+ -af_use_kd_pvs- \
49-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \
50-preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \
51-preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog
[1757]52
[2076]53# # $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
54# # -preprocessor_visibility_file=$PREFIX-r-reference.xml \
55# # -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \
56# # -preprocessor_histogram_file=$PREFIX-r-reference.hlog
[1757]57
[2076]58# $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
59# -rss_distributions=mutation+object_direction+spatial \
60# -view_cells_filter_width=0.0 \
61# -view_cells_use_kd_pvs+ -af_use_kd_pvs- \
62# -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4b.xml \
63# -preprocessor_stats=$PREFIX-i-mixed-b1-n4b.log \
64# -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4b.hlog
[2051]65
[2076]66# $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
67# -rss_distributions=mutation+object_direction+spatial \
68# -view_cells_filter_width=1.0 \
69# -view_cells_use_kd_pvs+ -af_use_kd_pvs+ \
70# -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4c.xml \
71# -preprocessor_stats=$PREFIX-i-mixed-b1-n4c.log \
72# -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4c.hlog
[2051]73
[2076]74# # $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
75# # -preprocessor_visibility_file=$PREFIX-r-reference.xml \
76# # -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \
77# # -preprocessor_histogram_file=$PREFIX-r-reference.hlog
[1883]78
[2076]79# # $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
80# #  -rss_distributions=direction -view_cells_filter_max_size=1 \
81# #  -preprocessor_visibility_file=$PREFIX-r-reference-global.xml \
82# #  -preprocessor_stats=$PREFIX-r-reference-global.log \
83# #  -preprocessor_histogram_file=$PREFIX-r-reference-global.hlog
[2022]84
85
[2076]86# $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
87# -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \
88# -view_cells_use_kd_pvs- -af_use_kd_pvs- \
89# -preprocessor_visibility_file=$PREFIX-i-mixed-bvh-n4k.xml \
90# -preprocessor_stats=$PREFIX-i-mixed-bvh-n4k.log \
91# -preprocessor_histogram_file=$PREFIX-i-mixed-bvh-n4k.hlog
[2022]92
[2076]93# $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
94# -view_cells_use_kd_pvs- -af_use_kd_pvs- \
95# -preprocessor_visibility_file=$PREFIX-r-bvh-reference.xml \
96# -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-bvh-reference.log \
97# -preprocessor_histogram_file=$PREFIX-r-bvh-reference.hlog
[2022]98
[2076]99# $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
100# -view_cells_use_kd_pvs- -af_use_kd_pvs- \
101#  -rss_distributions=direction -view_cells_filter_max_size=1 \
102#  -preprocessor_visibility_file=$PREFIX-r-bvh-reference-global.xml \
103#  -preprocessor_stats=$PREFIX-r-bvh-reference-global.log \
104#  -preprocessor_histogram_file=$PREFIX-r-bvh-reference-global.hlog
[2039]105
106
[2076]107
[2039]108#############
109#############
110#############
111#############
[2076]112# #############
[2039]113
114
115
[2076]116# # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
117# #  -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \
118# #  -view_cells_use_kd_pvs- -af_use_kd_pvs- \
119# #  -preprocessor_visibility_file=$PREFIX-i-mixed-bvh-n4i.xml \
120# #  -preprocessor_stats=$PREFIX-i-mixed-bvh-n4i.log \
121# #  -preprocessor_histogram_file=$PREFIX-i-mixed-bvh-n4i.hlog
[2016]122
[2013]123
[2015]124
[2076]125# #$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
126# # -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \
127# # -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4i.xml \
128# # -preprocessor_stats=$PREFIX-i-mixed-b1-n4i.log \
129# # -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4i.hlog
[1757]130
[2001]131
[2076]132# # e - no origin mutation, silh. tm Q=2, reverse samples
133# # f - no origin, q=2, no reverse samples
134# # g - gaussian origin, q=2, reverse samples
[2001]135
[2076]136# # g, h contain pvs error estimations...
[2001]137
[2076]138# # $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
139# # -rss_distributions=rss+object_direction+spatial+object+direction -view_cells_filter_max_size=1 \
140# # -preprocessor_stats=$PREFIX-i-mixed-b1-n2.log \
141# # -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n2.hlog
[1824]142
[1942]143
[1824]144
Note: See TracBrowser for help on using the repository browser.