Ignore:
Timestamp:
05/08/08 19:08:48 (16 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing/scripts
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/demo1.env

    r2660 r2676  
    170170 
    171171KdTree { 
    172         pvsArea   1e-5 
     172        pvsArea   1e-3 
    173173        sahUseFaces false 
    174174        Termination { 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/run_demo_arena

    r2625 r2676  
    11#!sh 
     2 
     3# add bin to path 
     4export PATH=../bin:$PATH 
     5 
     6#TARGET=debug 
     7TARGET=release 
    28 
    39 
     
    511COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -samples_per_evaluation=5000000 -samples_per_pass=500000 -total_samples=100000000" 
    612 
    7 SCENE=../data/Arena/arena-high-lods.obj 
    8 VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz 
    9 VIEWCELLS=../data/Arena/arena-high-lods-10000-viewcells.xml.gz 
     13#SCENE=../data/Arena/arena-high-lods.obj 
     14SCENE=../data/Arena/arena_trees.obj 
     15 
     16#VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz 
     17#VIEWCELLS=../data/Arena/arena-high-lods-10000-viewcells.xml.gz 
    1018VIEWCELLS=../data/Arena/arena-high-lods-5000-viewcells.xml.gz 
    1119 
    12  
    13 #-rss_distributions=mutation+object_direction+spatial \ 
    14 #-preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \ 
     20# SCENE=../data/Pompeii/PompeiiTen.obj 
     21# VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz 
    1522 
    1623PREFIX=../work/plots/osp-TEST 
     24 
     25#SCENE=../data/atlanta/atlanta2.x3d 
     26#PREFIX=../work/plots/atlanta2-rss9 
     27 
    1728DISTRIBUTIONS=mutation+object_direction+spatial 
    1829 
    19 $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 
     30$COMMAND -preprocessor=combined \ 
     31-scene_filename=$SCENE \ 
     32-view_cells_filename=$VIEWCELLS \ 
    2033-rss_distributions=$DISTRIBUTIONS \ 
    2134-view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ 
    2235-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \ 
    23 -preprocessor_ray_cast_method=2 \ 
    24 -preprocessor_stats=$PREFIX-i-spatial-b1-n4a.log \ 
     36-preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \ 
    2537-preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog \ 
    2638demo1.env 
     39 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/run_demo_vienna

    r2672 r2676  
    11#!sh 
     2 
     3# add bin to path 
     4export PATH=../bin:$PATH 
     5 
     6#TARGET=debug 
     7TARGET=release 
    28 
    39 
     
    713 
    814SCENE=../data/vienna/vienna_cropped.obj 
    9 SCENE=../data/vienna/city_full.obj 
    10 #VIEWCELLS=../data/vienna/vienna_cropped-seq-3000-false-20-viewcells.xml.gz 
    11 VIEWCELLS=../data/vienna/vienna_cropped-57000-viewcells.xml.gz 
     15#SCENE=../data/vienna/city_full.obj 
     16VIEWCELLS=../data/vienna/vienna_cropped-seq-3000-false-20-viewcells.xml.gz 
     17#VIEWCELLS=../data/vienna/vienna_cropped-57000-viewcells.xml.gz 
     18 
     19 
     20#SCENE=../data/Arena/arena-high-lods.obj 
     21SCENE=../data/Arena/arena_trees.obj 
     22#VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz 
     23#VIEWCELLS=../data/Arena/arena-high-lods-10000-viewcells.xml.gz 
     24VIEWCELLS=../data/Arena/arena-high-lods-5000-viewcells.xml.gz 
     25 
    1226 
    1327 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/run_gvs_vps.sh

    r2673 r2676  
    2727-preprocessor=gvs \ 
    2828-gvs_epsilon=0.0001 \ 
    29 -gvs_total_samples=1000000 \ 
    30 -gvs_samples_per_pass=1000000 \ 
     29-gvs_total_samples=100000 \ 
     30-gvs_samples_per_pass=100000 \ 
    3131-gvs_initial_samples=16 \ 
    32 -gvs_max_viewcells=200 \ 
     32-gvs_max_viewcells=1 \ 
    3333-gvs_min_contribution=50 \ 
    3434-gvs_per_viewcell=true \ 
Note: See TracChangeset for help on using the changeset viewer.