source: GTP/trunk/Lib/Vis/Preprocessing/src/SG08/run_test_arena_pixel @ 2624

Revision 2624, 2.1 KB checked in by bittner, 16 years ago (diff)
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3#COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+"
4
5# NORMAL TEST
6COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish+ -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -preprocessor_detect_empty_viewspace+ -total_samples=250000000  -samples_per_pass=1000000 -view_cells_use_kd_pvs+ -af_use_kd_pvs+ -kd_pvs_area=1e-5 -preprocessor_pvs_rendererror_samples=10000 -preprocessor_evaluatePixelError+ -samples_per_evaluation=10000000"
7
8SCENE=../data/Arena/arena-high-lods.obj
9#VIEWCELLS=../data/Arena/viewcells-5000.xml.gz
10VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz
11
12PREFIX=../work/plots/osp-arena-SG08a-PIXEL
13
14
15$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
16-mutation_silhouette_prob=0.5 \
17-mutation_reverse_samples_distance=1.0 \
18-mutation_radius_origin=1.0 \
19-mutation_radius_termination=0.2 \
20-mutation_use_unsucc_count_importance+ \
21-mutation_use_pass_importance- \
22-mutation_buffer_size=2000000 \
23-rss_distributions=mutation+object_direction+spatial \
24-preprocessor_stats=$PREFIX-combined-m8-2.log
25
26
27$COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
28 -rss_distributions=direction -view_cells_filter_max_size=1 \
29 -preprocessor_visibility_file=$PREFIX-r-reference-global.xml \
30 -preprocessor_stats=$PREFIX-r-reference-global.log \
31 -preprocessor_histogram_file=$PREFIX-r-reference-global.hlog
32
33$COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
34-preprocessor_visibility_file=$PREFIX-r-reference.xml \
35-view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \
36-preprocessor_histogram_file=$PREFIX-r-reference.hlog
37
38
39
40$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
41-mutation_silhouette_prob=0.5 \
42-mutation_reverse_samples_distance=1.0 \
43-mutation_radius_origin=1.0 \
44-mutation_radius_termination=0.2 \
45-mutation_use_unsucc_count_importance+ \
46-mutation_use_pass_importance- \
47-mutation_buffer_size=2000000 \
48-preprocessor_evaluate_filter+ \
49-rss_distributions=mutation+object_direction+spatial \
50-preprocessor_stats=$PREFIX-combined-m8-2f.log
Note: See TracBrowser for help on using the repository browser.