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

Revision 2636, 2.6 KB checked in by bittner, 16 years ago (diff)

moving objects partially functional

  • Property svn:executable set to *
Line 
1#!sh
2
3
4
5#COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+"
6COMMAND="../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- -mutation_silhouette_search_steps=3 -preprocessor_ray_cast_method=3 -preprocessor_detect_empty_viewspace+"
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#SCENE=../data/Arena/arena-high-lods.obj
32#VIEWCELLS=../data/Arena/arena-high-lods-5000-viewcells.xml.gz
33#VIEWCELLS=../data/Arena/viewcells-5000.xml.gz
34#VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz
35
36
37SCENE=../data/vienna/vienna_cropped.obj
38VIEWCELLS=../data/vienna/vienna_cropped-gradient-viewcells.xml.gz
39
40#VIEWCELLS=../data/vienna/vienna-sequential-30000-single-viewcell.xml
41
42
43# SCENE=../data/Pompeii/PompeiiTen.obj
44# VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz
45
46PREFIX=../work/plots/osp-TEST
47
48#SCENE=../data/atlanta/atlanta2.x3d
49#PREFIX=../work/plots/atlanta2-rss9
50
51#-rss_distributions=direction+spatial+mutation \
52
53# $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
54# -view_cells_use_kd_pvs+ -af_use_kd_pvs+ -view_cells_filter_width=1.0 \
55# -preprocessor_visibility_file=$PREFIX-reference.xml \
56# -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \
57# -preprocessor_histogram_file=$PREFIX-r-reference.hlog
58
59
60$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
61-rss_distributions=mutation+object_direction+spatial \
62-view_cells_use_kd_pvs+ -af_use_kd_pvs+ -view_cells_filter_width=1.0 \
63-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \
64-preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \
65-preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog
66
67#+spatial+mutation
68
69#-rss_distributions=mutation+object_direction+spatial \
Note: See TracBrowser for help on using the repository browser.