Changeset 1664 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 10/23/06 01:36:17 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/vsposp_typical.sh
r1663 r1664 12 12 13 13 #SCENE=vsposp_typical 14 SCENE=soda5_vsposp15 #SCENE=soda_vsposp14 #SCENE=soda5_vsposp 15 SCENE=soda_vsposp 16 16 #SCENE=vienna_vsposp 17 17 #SCENE=arena_vsposp … … 133 133 134 134 135 ############################################################### 136 137 METHOD=gradient-2 138 echo ********" $SCENE $METHOD ************" 139 140 $PROGRAM $ENVIRONMENT \ 141 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \ 142 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ 143 -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \ 144 -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \ 145 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \ 146 -hierarchy_construction_type=2 \ 147 -hierarchy_construction_multilevel=false \ 148 -hierarchy_construction_levels=4 \ 149 -hierarchy_construction_consider_memory=true \ 150 -bvh_construction_render_cost_decrease_weight=0.99 \ 151 -vsp_construction_render_cost_decrease_weight=0.99 \ 152 -hierarchy_construction_recompute_split_on_repair=true 153 154 sh movefiles.sh $LOG_PREFIX-$METHOD 155 156 135 157 ######################################################################## 136 158 … … 138 160 echo "$SCENE $METHOD" 139 161 140 #$PROGRAM $ENVIRONMENT \162 $PROGRAM $ENVIRONMENT \ 141 163 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \ 142 164 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ … … 148 170 -hierarchy_construction_type=2 \ 149 171 -hierarchy_construction_recompute_split_on_repair=true 150 151 sh movefiles.sh $LOG_PREFIX-$METHOD152 153 ###############################################################154 155 METHOD=gradient-multi156 echo ********" $SCENE $METHOD ************"157 158 $PROGRAM $ENVIRONMENT \159 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \160 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \161 -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \162 -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \163 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \164 -hierarchy_construction_type=2 \165 -hierarchy_construction_multilevel=true \166 -hierarchy_construction_levels=4 \167 -bvh_construction_render_cost_decrease_weight=0.6 \168 -vsp_construction_render_cost_decrease_weight=0.6 \169 -hierarchy_construction_recompute_split_on_repair=true170 172 171 173 sh movefiles.sh $LOG_PREFIX-$METHOD
Note: See TracChangeset
for help on using the changeset viewer.