Ignore:
Timestamp:
10/19/06 04:29:00 (18 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/vsposp_typical.env

    r1642 r1643  
    188188        Termination { 
    189189                minPvs 0 
    190                 maxViewCells 1000 
     190                maxViewCells 500000 
    191191        } 
    192192 
     
    208208 
    209209        Termination { 
    210                 maxLeaves 1000 
     210                maxLeaves 500000 
    211211        } 
    212212 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/vsposp_typical.sh

    r1642 r1643  
    7979# mv final_view_cells.wrl $LOG_PREFIX-$METHOD-final_view_cells.wrl 
    8080 
    81  METHOD=multilevel 
     81#  METHOD=multilevel 
     82#  echo "$SCENE $METHOD" 
     83 
     84#  $PROGRAM $ENVIRONMENT \ 
     85#  -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \ 
     86#  -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ 
     87#  -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \ 
     88#  -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \ 
     89#  -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \ 
     90#  -hierarchy_construction_type=2 \ 
     91#  -hierarchy_construction_multilevel=true \ 
     92#  -hierarchy_construction_samples=20000 \ 
     93#  -hierarchy_term_max_leaves=500 \ 
     94#  -hierarchy_construction_levels=1 \ 
     95#  -hierarchy_construction_recompute_split_on_repair=true 
     96 
     97#  mv debug.log $LOG_PREFIX-$METHOD-debug.log 
     98#  mv view_cells.wrl $LOG_PREFIX-$METHOD-view_cells.wrl 
     99#  mv final_object_partition.wrl $LOG_PREFIX-$METHOD-final_object_partition.wrl 
     100#  mv final_view_cells.wrl $LOG_PREFIX-$METHOD-final_view_cells.wrl 
     101 
     102#  METHOD=sequential 
     103#  echo "$SCENE $METHOD" 
     104 
     105#  $PROGRAM $ENVIRONMENT \ 
     106#  -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \ 
     107#  -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ 
     108#  -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \ 
     109#  -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \ 
     110#  -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \ 
     111#  -hierarchy_construction_type=0 \ 
     112#  -bvh_term_max_leaves=500 
     113 
     114#  mv debug.log $LOG_PREFIX-$METHOD-debug.log 
     115#  mv view_cells.wrl $LOG_PREFIX-$METHOD-view_cells.wrl 
     116#  mv final_object_partition.wrl $LOG_PREFIX-$METHOD-final_object_partition.wrl 
     117#  mv final_view_cells.wrl $LOG_PREFIX-$METHOD-final_view_cells.wrl 
     118 
     119 METHOD=gradient_simplesplit 
    82120 echo "$SCENE $METHOD" 
    83121 
     
    87125 -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \ 
    88126 -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \ 
     127 -bvh_use_sah=true \ 
     128 -vsp_use_cost_heuristics=false \ 
    89129 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \ 
    90130 -hierarchy_construction_type=2 \ 
    91  -hierarchy_construction_multilevel=true \ 
    92  -hierarchy_construction_samples=20000 \ 
    93  -hierarchy_term_max_leaves=500 \ 
    94  -hierarchy_construction_levels=1 \ 
    95131 -hierarchy_construction_recompute_split_on_repair=true 
    96132 
Note: See TracChangeset for help on using the changeset viewer.