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

Revision 2014, 3.0 KB checked in by bittner, 17 years ago (diff)

timer start

  • 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- -samples_per_pass=1000000"
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
10#SCENE=../data/soda/soda.obj
11#VIEWCELLS=../data/soda/soda5-viewcells-1000.xml
12#VIEWCELLS=../data/soda/soda5-viewcells-single.xml
13
14#SCENE=../data/PowerPlant/selection.plb
15#VIEWCELLS=../data/PowerPlant/power_plant_viewcells1.xml
16
17#SCENE=../data/soda/soda5.dat
18#VIEWCELLS=../data/soda/soda-viewcells-5000.xml
19#VIEWCELLS=../data/soda/soda5-viewcells.xml
20#VIEWCELLS=../data/soda/soda5-viewcells-single.xml
21
22#SCENE=../data/artificial/city.x3d
23#VIEWCELLS=../data/soda/soda5-viewcells2.xml
24#VIEWCELLS=../data/artificial/city-viewcells-1000.xml
25
26#SCENE=../data/test1/test2.x3d
27#VIEWCELLS=../data/test1/test-viewcells.xml
28
29SCENE=../data/vienna/vienna_cropped.obj
30VIEWCELLS=../data/vienna/vienna_cropped-gradient-viewcells.xml.gz
31
32PREFIX=../work/plots/osp-1e5
33
34#SCENE=../data/atlanta/atlanta2.x3d
35#PREFIX=../work/plots/atlanta2-rss9
36
37
38
39# $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
40# -preprocessor_visibility_file=$PREFIX-r-reference.xml \
41# -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \
42# -preprocessor_histogram_file=$PREFIX-r-reference.hlog
43
44# $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
45#  -rss_distributions=direction -view_cells_filter_max_size=1 \
46#  -preprocessor_visibility_file=$PREFIX-r-reference-global.xml \
47#  -preprocessor_stats=$PREFIX-r-reference-global.log \
48#  -preprocessor_histogram_file=$PREFIX-r-reference-global.hlog
49
50$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
51 -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \
52 -view_cells_use_kd_pvs- -af_use_kd_pvs- \
53 -preprocessor_visibility_file=$PREFIX-i-mixed-bvh-n4i.xml \
54 -preprocessor_stats=$PREFIX-i-mixed-b1-n4i.log \
55 -preprocessor_histogram_file=$PREFIX-i-mixed-bvh-n4i.hlog
56
57#$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
58# -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \
59# -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4i.xml \
60# -preprocessor_stats=$PREFIX-i-mixed-b1-n4i.log \
61# -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4i.hlog
62
63
64
65# e - no origin mutation, silh. tm Q=2, reverse samples
66# f - no origin, q=2, no reverse samples
67# g - gaussian origin, q=2, reverse samples
68
69# g, h contain pvs error estimations...
70
71# $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
72# -rss_distributions=rss+object_direction+spatial+object+direction -view_cells_filter_max_size=1 \
73# -preprocessor_stats=$PREFIX-i-mixed-b1-n2.log \
74# -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n2.hlog
75
76
77
Note: See TracBrowser for help on using the repository browser.