Ignore:
Timestamp:
03/16/07 17:20:26 (18 years ago)
Author:
mattausch
Message:

improved scenemanager config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/gi_final.sh

    r2232 r2255  
    1313SCENE_PATH=../data/vienna 
    1414 
    15 #SCENE=arena-high-lods.obj 
     15#SCENE=arena-high-lods 
    1616#SCENE_PATH=../data/Arena 
    1717 
    1818ENVIRONMENT=gi_final.env 
    1919 
    20 LOG_PREFIX=../scripts/tests/gi/$SCENE 
    21 #LOG_PREFIX=../scripts/tests/gi/vienna_cropped3 
     20LOG_PREFIX=../scripts/tests/gi/$SCENE-speed 
    2221 
    2322echo "starting $TARGET mode for $SCENE scene ($PROGRAM)" 
     
    3231 
    3332 
    34 $PROGRAM $ENVIRONMENT \ 
     33#$PROGRAM $ENVIRONMENT \ 
    3534  -scene_filename=$SCENE_FILENAME \ 
    3635  -view_cells_sampling_type=object_directional \ 
     
    4241  -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \ 
    4342  -hierarchy_construction_type=2 \ 
    44   -hierarchy_construction_min_avg_rays_per_object=1 \ 
    45   -hierarchy_construction_max_avg_rays_per_object=20 \ 
     43  -hierarchy_construction_min_avg_rays_per_object=0 \ 
     44  -hierarchy_construction_max_avg_rays_per_object=0 \ 
    4645  -bvh_use_sah=false \ 
    4746  -vsp_use_cost_heuristics=$USE_HEUR 
    4847 
    49 sh movefiles.sh $LOG_PREFIX-$METHOD 
    50  
    51  
     48#sh movefiles.sh $LOG_PREFIX-$METHOD 
    5249 
    5350####################################################### 
    5451 
    55 NODES=50000 
     52NODES=60000 
     53#NODES=5000 
    5654USE_HEUR=true 
    5755#USE_HEUR=false 
     
    6159 
    6260$PROGRAM $ENVIRONMENT \ 
    63 -scene_filename=$SCENE_FILENAME \ 
     61  -scene_filename=$SCENE_FILENAME \ 
    6462  -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \ 
    6563  -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ 
     
    6967  -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \ 
    7068  -hierarchy_construction_type=0 \ 
     69  -hierarchy_construction_consider_memory=false \ 
    7170  -vsp_use_cost_heuristics=$USE_HEUR \ 
    7271  -bvh_term_max_leaves=$NODES 
     
    8584 
    8685$PROGRAM $ENVIRONMENT \ 
    87 -scene_filename=$SCENE_FILENAME \ 
     86  -scene_filename=$SCENE_FILENAME \ 
    8887  -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \ 
    8988  -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ 
     
    9392  -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \ 
    9493  -hierarchy_construction_type=0 \ 
     94  -hierarchy_construction_consider_memory=false \ 
    9595  -vsp_use_cost_heuristics=$USE_HEUR \ 
    9696  -bvh_term_max_leaves=$NODES 
    9797 
    9898sh movefiles.sh $LOG_PREFIX-$METHOD 
    99  
    100  
Note: See TracChangeset for help on using the changeset viewer.