Changeset 2627 for GTP/trunk/Lib/Vis/Preprocessing/src/run_test2
- Timestamp:
- 01/22/08 23:48:16 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/run_test2
r2622 r2627 29 29 30 30 SCENE=../data/Arena/arena-high-lods.obj 31 VIEWCELLS=../data/Arena/viewcells-5000.xml.gz 31 #VIEWCELLS=../data/Arena/viewcells-5000.xml.gz 32 VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz 32 33 33 34 34 35 #SCENE=../data/vienna/vienna_cropped.obj 35 36 #VIEWCELLS=../data/vienna/vienna_cropped-gradient-viewcells.xml.gz 36 37 37 38 38 #VIEWCELLS=../data/vienna/vienna-sequential-30000-single-viewcell.xml … … 49 49 #-rss_distributions=direction+spatial+mutation \ 50 50 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 51 58 $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 52 -rss_distributions=direction +spatial+mutation\59 -rss_distributions=direction \ 53 60 -view_cells_use_kd_pvs+ -af_use_kd_pvs+ -view_cells_filter_width=1.0 \ 54 61 -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \ … … 56 63 -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog 57 64 65 #+spatial+mutation 66 58 67 #-rss_distributions=mutation+object_direction+spatial \
Note: See TracChangeset
for help on using the changeset viewer.