Changeset 1666 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 10/23/06 15:37:18 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/vsposp_typical.sh
r1664 r1666 102 102 echo "$SCENE $METHOD" 103 103 104 #$PROGRAM $ENVIRONMENT \104 $PROGRAM $ENVIRONMENT \ 105 105 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \ 106 106 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ … … 134 134 135 135 ############################################################### 136 137 METHOD=gradient- 2136 MEMCONST=1.0 137 METHOD=gradient-$MEMCONST 138 138 echo ********" $SCENE $METHOD ************" 139 139 … … 148 148 -hierarchy_construction_levels=4 \ 149 149 -hierarchy_construction_consider_memory=true \ 150 -hierarchy_term_memory_const=$MEMCONST \ 151 -bvh_construction_render_cost_decrease_weight=0.99 \ 152 -vsp_construction_render_cost_decrease_weight=0.99 \ 153 -hierarchy_construction_recompute_split_on_repair=true 154 155 sh movefiles.sh $LOG_PREFIX-$METHOD 156 157 ######################################################################### 158 159 MEMCONST=0.1 160 METHOD=gradient-$MEMCONST 161 echo ********" $SCENE $METHOD ************" 162 163 $PROGRAM $ENVIRONMENT \ 164 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \ 165 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ 166 -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \ 167 -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \ 168 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \ 169 -hierarchy_construction_type=2 \ 170 -hierarchy_construction_multilevel=false \ 171 -hierarchy_construction_levels=4 \ 172 -hierarchy_construction_consider_memory=true \ 173 -hierarchy_term_memory_const=$MEMCONST \ 150 174 -bvh_construction_render_cost_decrease_weight=0.99 \ 151 175 -vsp_construction_render_cost_decrease_weight=0.99 \
Note: See TracChangeset
for help on using the changeset viewer.