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

Revision 2590, 2.0 KB checked in by bittner, 16 years ago (diff)

minor edits

  • Property svn:executable set to *
RevLine 
[2076]1#!sh
[1757]2
[2016]3
[1757]4#COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+"
[2589]5COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -samples_per_evaluation=5000000 -samples_per_pass=500000 -total_samples=20000000 -mutation_use_pass_importance-"
[1757]6
7#SCENE="../data/vienna/vienna-buildings.x3d;../data/vienna/vienna-roofs.x3d;../data/vienna/vienna-roads.x3d"
8#VIEWCELLS=../data/vienna/vienna-viewcells-5000.xml
9
[2011]10
11#SCENE=../data/soda/soda.obj
[1757]12#VIEWCELLS=../data/soda/soda5-viewcells-1000.xml
13#VIEWCELLS=../data/soda/soda5-viewcells-single.xml
14
15#SCENE=../data/PowerPlant/selection.plb
16#VIEWCELLS=../data/PowerPlant/power_plant_viewcells1.xml
17
[2002]18#SCENE=../data/soda/soda5.dat
19#VIEWCELLS=../data/soda/soda-viewcells-5000.xml
[2001]20#VIEWCELLS=../data/soda/soda5-viewcells.xml
[1757]21#VIEWCELLS=../data/soda/soda5-viewcells-single.xml
22
23#SCENE=../data/artificial/city.x3d
24#VIEWCELLS=../data/soda/soda5-viewcells2.xml
25#VIEWCELLS=../data/artificial/city-viewcells-1000.xml
26
27#SCENE=../data/test1/test2.x3d
28#VIEWCELLS=../data/test1/test-viewcells.xml
29
[2582]30#SCENE=../data/Arena/arena-high-lods.obj
31#VIEWCELLS=../data/Arena/viewcells-5000.xml.gz
[2052]32
[1757]33
[2582]34SCENE=../data/vienna/vienna_cropped.obj
35VIEWCELLS=../data/vienna/vienna_cropped-gradient-viewcells.xml.gz
[2574]36#VIEWCELLS=../data/vienna/vienna-sequential-30000-single-viewcell.xml
[2076]37
[2574]38
[2051]39# SCENE=../data/Pompeii/PompeiiTen.obj
40# VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz
[1757]41
[2147]42PREFIX=../work/plots/osp-TEST
[2051]43
[1757]44#SCENE=../data/atlanta/atlanta2.x3d
45#PREFIX=../work/plots/atlanta2-rss9
46
[2588]47#-rss_distributions=direction+spatial+mutation \
[1757]48
[2051]49$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
[2589]50-rss_distributions=direction+spatial+mutation \
[2574]51-view_cells_use_kd_pvs+ -af_use_kd_pvs+ -view_cells_filter_width=1.0 \
[2051]52-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \
53-preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \
54-preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog
[1757]55
[2574]56#-rss_distributions=mutation+object_direction+spatial \
Note: See TracBrowser for help on using the repository browser.