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

Revision 2016, 3.3 KB checked in by bittner, 17 years ago (diff)

merge

  • Property svn:executable set to *
RevLine 
[1757]1#!/bin/sh
2
[2016]3
[1757]4#COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+"
[2014]5COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish+ -preprocessor_use_gl_renderer- -preprocessor_evaluate_filter- -samples_per_pass=1000000"
[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
30SCENE=../data/vienna/vienna_cropped.obj
31VIEWCELLS=../data/vienna/vienna_cropped-gradient-viewcells.xml.gz
32
[1974]33PREFIX=../work/plots/osp-1e5
[1757]34
35#SCENE=../data/atlanta/atlanta2.x3d
36#PREFIX=../work/plots/atlanta2-rss9
37
38
39
[1974]40# $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
41# -preprocessor_visibility_file=$PREFIX-r-reference.xml \
42# -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \
43# -preprocessor_histogram_file=$PREFIX-r-reference.hlog
[1757]44
[1883]45# $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
[1974]46#  -rss_distributions=direction -view_cells_filter_max_size=1 \
47#  -preprocessor_visibility_file=$PREFIX-r-reference-global.xml \
48#  -preprocessor_stats=$PREFIX-r-reference-global.log \
49#  -preprocessor_histogram_file=$PREFIX-r-reference-global.hlog
[1883]50
[2016]51# $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
52#  -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \
53#  -view_cells_use_kd_pvs- -af_use_kd_pvs- \
54#  -preprocessor_visibility_file=$PREFIX-i-mixed-bvh-n4i.xml \
55#  -preprocessor_stats=$PREFIX-i-mixed-bvh-n4i.log \
56#  -preprocessor_histogram_file=$PREFIX-i-mixed-bvh-n4i.hlog
57
[1974]58$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
[2016]59-rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \
60-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4j.xml \
61-preprocessor_stats=$PREFIX-i-mixed-b1-n4j.log \
62-preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4j.hlog
[2013]63
[2015]64
[2014]65#$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
66# -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \
67# -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4i.xml \
68# -preprocessor_stats=$PREFIX-i-mixed-b1-n4i.log \
69# -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4i.hlog
[1757]70
[2001]71
72# e - no origin mutation, silh. tm Q=2, reverse samples
73# f - no origin, q=2, no reverse samples
74# g - gaussian origin, q=2, reverse samples
75
[2011]76# g, h contain pvs error estimations...
[2001]77
[1785]78# $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
[1942]79# -rss_distributions=rss+object_direction+spatial+object+direction -view_cells_filter_max_size=1 \
80# -preprocessor_stats=$PREFIX-i-mixed-b1-n2.log \
81# -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n2.hlog
[1824]82
[1942]83
[1824]84
Note: See TracBrowser for help on using the repository browser.