Changeset 2625 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 01/22/08 18:59:25 (17 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/scripts
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/generate_viewcells.sh
r2540 r2625 15 15 SCENE_PATH=../data/vienna 16 16 17 #SCENE=arena-high-lods18 #SCENE_PATH=../data/Arena17 SCENE=arena-high-lods 18 SCENE_PATH=../data/Arena 19 19 20 20 … … 29 29 ####################################################### 30 30 31 METHOD=seq 31 NODES=4000 32 VIEWCELLS=5000 32 33 33 NODES=400034 VIEWCELLS=400035 34 USE_HEUR=false 36 35 OBJ_WEIGHT=20 36 37 37 SAMPLES=1000000 38 39 METHOD=$VIEWCELLS-viewcells.xml.gz 38 40 39 41 echo "$SCENE $METHOD" -
GTP/trunk/Lib/Vis/Preprocessing/scripts/gvs.env
r2596 r2625 126 126 ViewCells { 127 127 128 useKdPvs true 129 128 130 # samples used for view cell construction 129 131 # (after the sampling used for the hierarchy) -
GTP/trunk/Lib/Vis/Preprocessing/scripts/run_demo_arena
r2596 r2625 7 7 SCENE=../data/Arena/arena-high-lods.obj 8 8 VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz 9 VIEWCELLS=../data/Arena/arena-high-lods-10000-viewcells.xml.gz 10 VIEWCELLS=../data/Arena/arena-high-lods-5000-viewcells.xml.gz 11 9 12 10 13 #-rss_distributions=mutation+object_direction+spatial \
Note: See TracChangeset
for help on using the changeset viewer.