source: GTP/trunk/Lib/Vis/Preprocessing/src/SG08/run_test_powerplant @ 2640

Revision 2640, 1.8 KB checked in by bittner, 16 years ago (diff)

siggraph submission - src commit on NEMO

  • Property svn:executable set to *
Line 
1#!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- -preprocessor_detect_empty_viewspace- -samples_per_evaluation=5000000 -samples_per_pass=1000000 -total_samples=250000000 -view_cells_use_kd_pvs+ -af_use_kd_pvs+ -preprocessor_ray_cast_method=2 -kd_pvs_area=1e-5"
5
6
7SCENE=../data/PowerPlant/PowerPlantM.obj
8VIEWCELLS=../data/PowerPlant/powerplant-seq-viewcells.xml.gz
9
10PREFIX=../work/plots/osp-powerplant-SG08f
11
12
13# n - no origin mutation, q=2, reverse samples
14
15$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
16 -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \
17 -mutation_silhouette_prob=0.5 \
18 -mutation_reverse_samples_distance=1.0 \
19 -mutation_radius_origin=0.5 \
20 -mutation_radius_termination=0.2 \
21 -mutation_use_unsucc_count_importance- \
22 -mutation_use_pass_importance+ \
23 -mutation_buffer_size=2000000 \
24 -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \
25 -preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \
26 -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog
27
28
29$COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
30-preprocessor_visibility_file=$PREFIX-r-reference.xml \
31-view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \
32-preprocessor_histogram_file=$PREFIX-r-reference.hlog
33
34$COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
35 -rss_distributions=direction -view_cells_filter_max_size=1 \
36 -preprocessor_visibility_file=$PREFIX-r-reference-global.xml \
37 -preprocessor_stats=$PREFIX-r-reference-global.log \
38 -preprocessor_histogram_file=$PREFIX-r-reference-global.hlog
39
40
41
42#mutation+object_direction+
Note: See TracBrowser for help on using the repository browser.