- Timestamp:
- 01/23/08 00:21:50 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/SG08/run_test_powerplant
r2608 r2629 2 2 3 3 #COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" 4 COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish+ -preprocessor_use_gl_renderer- -preprocessor_evaluate_filter- -preprocessor_detect_empty_viewspace+ - total_samples=500000000 -view_cells_use_kd_pvs+ -af_use_kd_pvs+"4 COMMAND="../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 5 6 6 … … 8 8 VIEWCELLS=../data/PowerPlant/powerplant-seq-viewcells.xml.gz 9 9 10 PREFIX=../work/plots/osp-powerplant-SG08 10 PREFIX=../work/plots/osp-powerplant-SG08c 11 11 12 12 13 # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 14 # -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \ 15 # -view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ 16 # -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \ 17 # -preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \ 18 # -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog 13 # n - no origin mutation, q=2, reverse samples 19 14 20 # n - no origin mutation, q=2, reverse samples 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 21 28 22 29 $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ … … 31 38 -preprocessor_histogram_file=$PREFIX-r-reference-global.hlog 32 39 40 41 33 42 #mutation+object_direction+
Note: See TracChangeset
for help on using the changeset viewer.