Changeset 1676 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 10/24/06 17:42:03 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/vsposp_typical.sh
r1673 r1676 60 60 61 61 ################################################################################## 62 63 METHOD=gradient-mem 62 MEMCONST=0.8 63 METHOD=gradient-mem-$MEMCONST 64 64 echo "$SCENE $METHOD" 65 65 … … 71 71 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \ 72 72 -hierarchy_construction_type=2 \ 73 -hierarchy_construction_consider_memory2=true \ 74 -bvh_construction_render_cost_decrease_weight=0.99 \ 75 -vsp_construction_render_cost_decrease_weight=0.99 \ 76 -hierarchy_construction_multilevel=false \ 77 -hierarchy_term_memory_const=0.9 \ 78 -hierarchy_construction_recompute_split_on_repair=true 79 80 sh movefiles.sh $LOG_PREFIX-$METHOD 73 -hierarchy_construction_consider_memory=true \ 74 -bvh_construction_render_cost_decrease_weight=0.99 \ 75 -vsp_construction_render_cost_decrease_weight=0.99 \ 76 -hierarchy_construction_multilevel=false \ 77 -hierarchy_term_memory_const=$MEMCONST \ 78 -hierarchy_construction_recompute_split_on_repair=true 79 80 sh movefiles.sh $LOG_PREFIX-$METHOD 81 82 83 ################################################################################## 84 MEMCONST=0.5 85 METHOD=gradient-mem-$MEMCONST 86 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_memory=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=true 101 102 sh movefiles.sh $LOG_PREFIX-$METHOD 103 104 ################################################################################## 105 MEMCONST=0.2 106 METHOD=gradient-mem-$MEMCONST 107 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_memory=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=true 122 123 sh movefiles.sh $LOG_PREFIX-$METHOD 124 81 125 82 126
Note: See TracChangeset
for help on using the changeset viewer.