Ignore:
Timestamp:
01/23/08 00:21:50 (17 years ago)
Author:
bittner
Message:

commit after merge with vlastimil

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/SG08/run_test_powerplant

    r2608 r2629  
    22 
    33#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+" 
     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" 
    55 
    66 
     
    88VIEWCELLS=../data/PowerPlant/powerplant-seq-viewcells.xml.gz 
    99 
    10 PREFIX=../work/plots/osp-powerplant-SG08 
     10PREFIX=../work/plots/osp-powerplant-SG08c 
    1111 
    1212 
    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 
    1914 
    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 
    2128 
    2229$COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 
     
    3138 -preprocessor_histogram_file=$PREFIX-r-reference-global.hlog 
    3239 
     40 
     41 
    3342#mutation+object_direction+ 
Note: See TracChangeset for help on using the changeset viewer.