Changeset 2255 for GTP/trunk/Lib/Vis/Preprocessing/scripts/gi_final.sh
- Timestamp:
- 03/16/07 17:20:26 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/gi_final.sh
r2232 r2255 13 13 SCENE_PATH=../data/vienna 14 14 15 #SCENE=arena-high-lods .obj15 #SCENE=arena-high-lods 16 16 #SCENE_PATH=../data/Arena 17 17 18 18 ENVIRONMENT=gi_final.env 19 19 20 LOG_PREFIX=../scripts/tests/gi/$SCENE 21 #LOG_PREFIX=../scripts/tests/gi/vienna_cropped3 20 LOG_PREFIX=../scripts/tests/gi/$SCENE-speed 22 21 23 22 echo "starting $TARGET mode for $SCENE scene ($PROGRAM)" … … 32 31 33 32 34 $PROGRAM $ENVIRONMENT \33 #$PROGRAM $ENVIRONMENT \ 35 34 -scene_filename=$SCENE_FILENAME \ 36 35 -view_cells_sampling_type=object_directional \ … … 42 41 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \ 43 42 -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 \ 46 45 -bvh_use_sah=false \ 47 46 -vsp_use_cost_heuristics=$USE_HEUR 48 47 49 sh movefiles.sh $LOG_PREFIX-$METHOD 50 51 48 #sh movefiles.sh $LOG_PREFIX-$METHOD 52 49 53 50 ####################################################### 54 51 55 NODES=50000 52 NODES=60000 53 #NODES=5000 56 54 USE_HEUR=true 57 55 #USE_HEUR=false … … 61 59 62 60 $PROGRAM $ENVIRONMENT \ 63 -scene_filename=$SCENE_FILENAME \61 -scene_filename=$SCENE_FILENAME \ 64 62 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \ 65 63 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ … … 69 67 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \ 70 68 -hierarchy_construction_type=0 \ 69 -hierarchy_construction_consider_memory=false \ 71 70 -vsp_use_cost_heuristics=$USE_HEUR \ 72 71 -bvh_term_max_leaves=$NODES … … 85 84 86 85 $PROGRAM $ENVIRONMENT \ 87 -scene_filename=$SCENE_FILENAME \86 -scene_filename=$SCENE_FILENAME \ 88 87 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \ 89 88 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ … … 93 92 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \ 94 93 -hierarchy_construction_type=0 \ 94 -hierarchy_construction_consider_memory=false \ 95 95 -vsp_use_cost_heuristics=$USE_HEUR \ 96 96 -bvh_term_max_leaves=$NODES 97 97 98 98 sh movefiles.sh $LOG_PREFIX-$METHOD 99 100
Note: See TracChangeset
for help on using the changeset viewer.