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

Revision 1757, 2.7 KB checked in by bittner, 18 years ago (diff)

pvs updates

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3#COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+"
4COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish+ -preprocessor_use_gl_renderer-"
5
6#SCENE="../data/vienna/vienna-buildings.x3d;../data/vienna/vienna-roofs.x3d;../data/vienna/vienna-roads.x3d"
7#VIEWCELLS=../data/vienna/vienna-viewcells-5000.xml
8
9#SCENE=../data/soda/soda5.dat
10#VIEWCELLS=../data/soda/soda5-viewcells-1000.xml
11#VIEWCELLS=../data/soda/soda5-viewcells-single.xml
12
13#SCENE=../data/PowerPlant/selection.plb
14#VIEWCELLS=../data/PowerPlant/power_plant_viewcells1.xml
15
16#SCENE=../data/soda/soda.dat
17#VIEWCELLS=../data/soda/soda5-viewcells-1000.xml
18#VIEWCELLS=../data/soda/soda-viewcells-5000.xml
19#VIEWCELLS=../data/soda/soda5-viewcells-single.xml
20
21#SCENE=../data/artificial/city.x3d
22#VIEWCELLS=../data/soda/soda5-viewcells2.xml
23#VIEWCELLS=../data/artificial/city-viewcells-1000.xml
24
25#SCENE=../data/test1/test2.x3d
26#VIEWCELLS=../data/test1/test-viewcells.xml
27
28SCENE=../data/vienna/vienna_cropped.obj
29VIEWCELLS=../data/vienna/vienna_cropped-gradient-viewcells.xml.gz
30
31PREFIX=../work/plots/osp-rss
32
33#SCENE=../data/atlanta/atlanta2.x3d
34#PREFIX=../work/plots/atlanta2-rss9
35
36#$COMMAND -scene_filename=$SCENE -rss_use_importance+ -rss_update_subdivision-
37#mv stats.log $PREFIX-i-combined-b3.log
38
39#$COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
40#-rss_use_importance+ -rss_update_subdivision+ -rss_split=regular \
41#-view_cells_filter_max_size=1
42 
43#mv stats.log $PREFIX-i-combined-update-ccb3.log
44
45# $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
46# -rss_use_importance+ -rss_update_subdivision+ -rss_split=heuristic \
47# -view_cells_filter_max_size=1
48 
49# mv stats.log $PREFIX-i-combined-update-ccb4.log
50
51$COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
52-view_cells_filter_max_size=1
53mv stats.log $PREFIX-r-reference.log
54
55
56$COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
57 -rss_use_importance+ -rss_update_subdivision+ -rss_split=hybrid -hybrid_depth=10 \
58 -view_cells_filter_max_size=1
59 mv stats.log $PREFIX-i-combined-update-ccb12.log
60
61
62
63#######
64#######
65$COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
66-rss_use_importance- -rss_object_based_sampling- -rss_directional_sampling+ \
67-view_cells_filter_max_size=1
68mv stats.log $PREFIX-r-directional-based-b3.log
69
70
71$COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
72-rss_use_importance- -rss_object_based_sampling- -rss_directional_sampling- \
73-view_cells_filter_max_size=1
74mv stats.log $PREFIX-r-spatial-based-bb3.log
75
76
77
78$COMMAND -scene_filename=$SCENE -rss_use_importance- -rss_object_based_sampling- -rss_directional_sampling+
79mv stats.log $PREFIX-r-direction-based-b3.log
80
81
82
83#-vss_samples=500000000
84
85
Note: See TracBrowser for help on using the repository browser.