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

Revision 1900, 3.2 KB checked in by bittner, 18 years ago (diff)

experiments with different contribution computations

  • 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- -preprocessor_evaluate_filter-"
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-rss2-1e5
32
33#SCENE=../data/atlanta/atlanta2.x3d
34#PREFIX=../work/plots/atlanta2-rss9
35
36
37#$COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
38#-view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \
39#-preprocessor_histogram_file=$PREFIX-r-reference.hlog
40
41
42#$COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
43#-rss_update_subdivision+ -rss_split=hybrid -hybrid_depth=10 \
44#-view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-i-combined-update-ccb12-nn.log \
45#-preprocessor_histogram_file=$PREFIX-i-combined-update-ccb12-nn.hlog
46
47# $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
48# -rss_update_subdivision- -rss_split=hybrid -hybrid_depth=10 \
49# -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-i-combined-ccb12-nn.log \
50# -preprocessor_histogram_file=$PREFIX-i-combined-ccb12-nn22.hlog
51
52
53# #######
54# #######
55# $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
56# -rss_use_importance- -rss_object_based_sampling- -rss_directional_sampling+ \
57# -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-directional-based-b3.log \
58# -preprocessor_histogram_file=$PREFIX-r-directional-based-b3.hlog
59
60# $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
61# -rss_use_importance- -rss_object_based_sampling- -rss_directional_sampling- \
62# -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-spatial-based-bb3.log \
63# -preprocessor_histogram_file=$PREFIX-r-spatial-based-bb3.hlog
64
65
66$COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
67-rss_distributions=object_direction+spatial+object+direction -view_cells_filter_max_size=1 \
68-preprocessor_stats=$PREFIX-i-mixed-b1-n225678.log \
69-preprocessor_histogram_file=$PREFIX-i-mixed-b1-n225678.hlog
70
71
72# $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
73#  -rss_use_importance+ -rss_use_rss_tree- -view_cells_filter_max_size=1 \
74#  -rss_initial_samples=500000 -rss_vss_samples_per_pass=500000 -preprocessor_ray_cast_method=0 \
75#   -preprocessor_stats=$PREFIX-i-global-b1.log \
76#  -preprocessor_histogram_file=$PREFIX-i-global-b1.hlog
77
Note: See TracBrowser for help on using the repository browser.