Changeset 1687 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 10/27/06 10:39:58 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/vsposp_typical.sh
r1680 r1687 6 6 #TARGET=debug 7 7 TARGET=release 8 9 8 PROGRAM=../bin/$TARGET/Preprocessor.exe 10 11 9 echo "starting $TARGET mode" 12 10 … … 29 27 30 28 31 METHOD=interleaved_full 32 echo "$SCENE $METHOD"29 # METHOD=interleaved 30 # echo "$SCENE $METHOD" 33 31 34 32 # $PROGRAM $ENVIRONMENT \ … … 41 39 # -hierarchy_construction_recompute_split_on_repair=true 42 40 43 sh movefiles.sh $LOG_PREFIX-$METHOD41 #sh movefiles.sh $LOG_PREFIX-$METHOD 44 42 45 43 ########################################################################### 46 44 47 METHOD=interleaved 48 echo "$SCENE $METHOD"45 # METHOD=interleaved-norepair 46 # echo "$SCENE $METHOD" 49 47 50 48 # $PROGRAM $ENVIRONMENT \ … … 57 55 # -hierarchy_construction_recompute_split_on_repair=false 58 56 59 sh movefiles.sh $LOG_PREFIX-$METHOD57 #sh movefiles.sh $LOG_PREFIX-$METHOD 60 58 61 59 ################################################################################## 62 MEMCONST=1.0 63 METHOD=gradient-mem2-$MEMCONST 60 METHOD=gradient 64 61 echo "$SCENE $METHOD" 65 62 … … 75 72 -vsp_construction_render_cost_decrease_weight=0.99 \ 76 73 -hierarchy_construction_multilevel=false \ 77 -hierarchy_term_memory_const=$MEMCONST \78 74 -hierarchy_construction_recompute_split_on_repair=true 79 75 … … 81 77 82 78 83 ##################################################################################84 MEMCONST=0.585 METHOD=gradient-mem2-$MEMCONST86 echo "$SCENE $METHOD"87 88 # $PROGRAM $ENVIRONMENT \89 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \90 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \91 -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \92 -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \93 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \94 -hierarchy_construction_type=2 \95 -hierarchy_construction_consider_memory2=true \96 -bvh_construction_render_cost_decrease_weight=0.99 \97 -vsp_construction_render_cost_decrease_weight=0.99 \98 -hierarchy_construction_multilevel=false \99 -hierarchy_term_memory_const=$MEMCONST \100 -hierarchy_construction_recompute_split_on_repair=true101 102 sh movefiles.sh $LOG_PREFIX-$METHOD103 104 ##################################################################################105 MEMCONST=0.2106 METHOD=gradient-mem2-$MEMCONST107 echo "$SCENE $METHOD"108 109 #$PROGRAM $ENVIRONMENT \110 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \111 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \112 -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \113 -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \114 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \115 -hierarchy_construction_type=2 \116 -hierarchy_construction_consider_memory2=true \117 -bvh_construction_render_cost_decrease_weight=0.99 \118 -vsp_construction_render_cost_decrease_weight=0.99 \119 -hierarchy_construction_multilevel=false \120 -hierarchy_term_memory_const=$MEMCONST \121 -hierarchy_construction_recompute_split_on_repair=true122 123 sh movefiles.sh $LOG_PREFIX-$METHOD124 125 126 127 79 ############################################################################ 128 NODES=1000 080 NODES=1000 129 81 130 82 METHOD=sequential-$NODES … … 144 96 ############################################################################ 145 97 146 NODES= 7000098 NODES=10000 147 99 148 100 METHOD=sequential-$NODES … … 157 109 -hierarchy_construction_type=0 \ 158 110 -bvh_term_max_leaves=$NODES 159 160 sh movefiles.sh $LOG_PREFIX-$METHOD161 162 163 ############################################################################164 165 NODES=30000166 167 METHOD=sequential-$NODES168 echo "$SCENE $METHOD"169 170 # $PROGRAM $ENVIRONMENT \171 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \172 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \173 -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \174 -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \175 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \176 -hierarchy_construction_type=0 \177 -bvh_term_max_leaves=$NODES178 179 sh movefiles.sh $LOG_PREFIX-$METHOD180 181 182 ############################################################################183 184 NODES=100000185 186 METHOD=sequential-$NODES187 echo "$SCENE $METHOD"188 189 # $PROGRAM $ENVIRONMENT \190 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \191 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \192 -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \193 -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \194 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \195 -hierarchy_construction_type=0 \196 -bvh_term_max_leaves=$NODES197 198 sh movefiles.sh $LOG_PREFIX-$METHOD199 200 201 ##################################################################################202 MEMCONST=1.0203 METHOD=gradient-multi-$MEMCONST204 echo "$SCENE $METHOD"205 206 #$PROGRAM $ENVIRONMENT \207 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \208 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \209 -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \210 -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \211 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \212 -hierarchy_construction_type=2 \213 -hierarchy_construction_consider_memory2=true \214 -bvh_construction_render_cost_decrease_weight=0.99 \215 -vsp_construction_render_cost_decrease_weight=0.99 \216 -hierarchy_construction_multilevel=true \217 -hierarchy_construction_levels=4 \218 -hierarchy_term_memory_const=$MEMCONST \219 -hierarchy_construction_recompute_split_on_repair=true220 221 sh movefiles.sh $LOG_PREFIX-$METHOD222 223 224 ###############################################################225 MEMCONST=1.0226 METHOD=gradient-$MEMCONST227 echo ********" $SCENE $METHOD ************"228 229 # $PROGRAM $ENVIRONMENT \230 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \231 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \232 -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \233 -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \234 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \235 -hierarchy_construction_type=2 \236 -hierarchy_construction_multilevel=false \237 -hierarchy_construction_levels=4 \238 -hierarchy_construction_consider_memory=true \239 -hierarchy_term_memory_const=$MEMCONST \240 -bvh_construction_render_cost_decrease_weight=0.99 \241 -vsp_construction_render_cost_decrease_weight=0.99 \242 -hierarchy_construction_recompute_split_on_repair=true243 244 sh movefiles.sh $LOG_PREFIX-$METHOD245 246 #########################################################################247 248 MEMCONST=0.1249 METHOD=gradient-$MEMCONST250 echo ********" $SCENE $METHOD ************"251 252 #$PROGRAM $ENVIRONMENT \253 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \254 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \255 -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \256 -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \257 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \258 -hierarchy_construction_type=2 \259 -hierarchy_construction_multilevel=false \260 -hierarchy_construction_levels=4 \261 -hierarchy_construction_consider_memory=true \262 -hierarchy_term_memory_const=$MEMCONST \263 -bvh_construction_render_cost_decrease_weight=0.99 \264 -vsp_construction_render_cost_decrease_weight=0.99 \265 -hierarchy_construction_recompute_split_on_repair=true266 111 267 112 sh movefiles.sh $LOG_PREFIX-$METHOD … … 286 131 sh movefiles.sh $LOG_PREFIX-$METHOD 287 132 288 ##########################################################289 METHOD=gradient-500290 echo "$SCENE $METHOD"291 133 292 # $PROGRAM $ENVIRONMENT \293 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \294 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \295 -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \296 -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \297 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \298 -hierarchy_construction_type=2 \299 -hierarchy_construction_consider_memory=false \300 -hierarchy_construction_min_steps_same_type=500 \301 -hierarchy_construction_multilevel=false \302 -hierarchy_construction_recompute_split_on_repair=true303 304 sh movefiles.sh $LOG_PREFIX-$METHOD305 306 307 ############################################################################308
Note: See TracChangeset
for help on using the changeset viewer.