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

Revision 2708, 2.9 KB checked in by bittner, 16 years ago (diff)

Updates functional for verbose pvs - sprintf_s changed to sprintf due to compiling problem on vs2003

  • Property svn:executable set to *
RevLine 
[2076]1#!sh
[1757]2
[2016]3
[2634]4
[1757]5#COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+"
[2708]6COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -samples_per_evaluation=50000000 -samples_per_pass=100000 -total_samples=20000000 -mutation_use_pass_importance- -mutation_silhouette_search_steps=3 -preprocessor_detect_empty_viewspace+ -total_time=1400"
[1757]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
[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
[2653]31#SCENE=../data/Arena/arena-high-lods.obj
32#VIEWCELLS=../data/Arena/arena-high-lods-5000-viewcells.xml.gz
[2627]33#VIEWCELLS=../data/Arena/viewcells-5000.xml.gz
[2634]34#VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz
[2052]35
[1757]36
[2653]37 SCENE=../data/vienna/vienna_cropped.obj
38 VIEWCELLS=../data/vienna/vienna_cropped-gradient-viewcells.xml.gz
[2638]39#VIEWCELLS=../data/vienna/vienna_cropped-20000-viewcells.xml.gz
[2622]40
[2574]41#VIEWCELLS=../data/vienna/vienna-sequential-30000-single-viewcell.xml
[2076]42
[2574]43
[2638]44#SCENE=../data/Pompeii/PompeiiTen.obj
45#VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz
[1757]46
[2147]47PREFIX=../work/plots/osp-TEST
[2051]48
[1757]49#SCENE=../data/atlanta/atlanta2.x3d
50#PREFIX=../work/plots/atlanta2-rss9
51
[2588]52#-rss_distributions=direction+spatial+mutation \
[1757]53
[2627]54# $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
55# -view_cells_use_kd_pvs+ -af_use_kd_pvs+ -view_cells_filter_width=1.0 \
56# -preprocessor_visibility_file=$PREFIX-reference.xml \
57# -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \
58# -preprocessor_histogram_file=$PREFIX-r-reference.hlog
59
60
[2708]61$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
[2634]62-rss_distributions=mutation+object_direction+spatial \
[2638]63-mutation_silhouette_prob=0.5 \
64-mutation_reverse_samples_distance=1.0 \
65-mutation_radius_origin=1.0 \
66-mutation_radius_termination=0.2 \
67-mutation_use_unsucc_count_importance+ \
68-mutation_use_pass_importance- \
69-mutation_buffer_size=2000000 \
[2574]70-view_cells_use_kd_pvs+ -af_use_kd_pvs+ -view_cells_filter_width=1.0 \
[2051]71-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \
72-preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \
73-preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog
[1757]74
[2627]75#+spatial+mutation
76
[2574]77#-rss_distributions=mutation+object_direction+spatial \
Note: See TracBrowser for help on using the repository browser.