Ignore:
Timestamp:
01/22/08 23:48:16 (16 years ago)
Author:
bittner
Message:

commit before merge with vlastimil

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/run_test2

    r2622 r2627  
    2929 
    3030SCENE=../data/Arena/arena-high-lods.obj 
    31 VIEWCELLS=../data/Arena/viewcells-5000.xml.gz 
     31#VIEWCELLS=../data/Arena/viewcells-5000.xml.gz 
     32VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz 
    3233 
    3334 
    3435#SCENE=../data/vienna/vienna_cropped.obj 
    3536#VIEWCELLS=../data/vienna/vienna_cropped-gradient-viewcells.xml.gz 
    36  
    3737 
    3838#VIEWCELLS=../data/vienna/vienna-sequential-30000-single-viewcell.xml 
     
    4949#-rss_distributions=direction+spatial+mutation \ 
    5050 
     51# $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 
     52# -view_cells_use_kd_pvs+ -af_use_kd_pvs+ -view_cells_filter_width=1.0 \ 
     53# -preprocessor_visibility_file=$PREFIX-reference.xml \ 
     54# -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \ 
     55# -preprocessor_histogram_file=$PREFIX-r-reference.hlog 
     56 
     57 
    5158$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 
    52 -rss_distributions=direction+spatial+mutation \ 
     59-rss_distributions=direction \ 
    5360-view_cells_use_kd_pvs+ -af_use_kd_pvs+ -view_cells_filter_width=1.0 \ 
    5461-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \ 
     
    5663-preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog 
    5764 
     65#+spatial+mutation 
     66 
    5867#-rss_distributions=mutation+object_direction+spatial \ 
Note: See TracChangeset for help on using the changeset viewer.