source: GTP/trunk/Lib/Vis/Preprocessing/src/default.env @ 2011

Revision 2011, 9.8 KB checked in by bittner, 17 years ago (diff)

mutation strategy updated, importance depending on rsuccess

RevLine 
[811]1############################################################################
[163]2# ERS default configuration file
3# Jiri Bittner 2003
4#############################################################################
[170]5
6Scene {
7
[1694]8#filename ../data/Arena/arena-low-lods.obj
[1824]9#filename ../data/Arena/arena-high-lods.obj
[1585]10# filename ../data/City4M/City4M.obj
[1608]11# filename ../data/CityModel/CityModel.obj
[1272]12# filename ../data/GrandCanyon/grandcanyon1_RotXmin90.obj
[534]13# filename ../data/glasgow/glasgow1.x3d
[311]14#       filename vienna.x3d
[1594]15# filename ../data/vienna/vienna-simple.x3d
[1387]16# filename ../data/vienna/vienna-buildings.x3d
[1613]17#filename ../data/vienna/city1500_flat_1.x3d;../data/vienna/vienna-roofs.x3d;../data/vienna/vienna-roads.x3d
[1694]18#filename ../data/vienna/vienna-buildings.x3d;../data/vienna/vienna-roofs.x3d;../data/vienna/vienna-roads.x3d;../data/vienna/vienna-plane.x3d
[1715]19#filename ../data/vienna/vienna.obj
[1585]20
[1737]21filename ../data/vienna/vienna_cropped.obj
[1715]22
[365]23# filename ../data/vienna/viewcells-25-sel.x3d
[871]24#filename ../data/atlanta/atlanta2.x3d
[1694]25#filename ../data/soda/soda.dat
[1199]26#filename ../data/test1/test2.x3d
[1867]27# filename ../data/soda/soda5.dat
[811]28#filename ../data/PowerPlant/ppsection1/part_a/g0.ply
29#filename ../data/PowerPlant/ppsection1/part_b/g0.ply
30#filename ../data/PowerPlant/ppsection1.plb
31#filename ../data/PowerPlant/all.plb
32#filename ../data/PowerPlant/selection3.plb
33#filename ../data/PowerPlant/section10.plb;../data/PowerPlant/section14.plb
[1199]34#filename ../data/PowerPlant/selection.plb
[811]35#filename ../data/PowerPlant/comps/ppsection1/comps.plb
[170]36}
37
[1974]38
[374]39Preprocessor {
[1974]40        totalSamples 250000000
[2002]41#       totalSamples 2000000
[1966]42        samplesPerPass 1000000
43        samplesPerEvaluation 5000000
44
[2002]45
46#       initialSamples 2000000
47
48        exportObj false
[1613]49        delayVisibilityComputation false
[497]50        # stored sample rays
51        samplesFilename rays.out
[1387]52        useGlRenderer true
[859]53        useGlDebugger false
[1272]54# 0 = INTERNAL          1 = MLRT
[1694]55        rayCastMethod 1
[1272]56       
[1974]57#       type sampling
[685]58#       type vss
[1891]59#       type rss
[1974]60        type combined
[859]61#       type render
[1583]62        detectEmptyViewSpace true
[2011]63        pvsRenderErrorSamples 0
64#       pvsRenderErrorSamples 10000
[1867]65        quitOnFinish false
[713]66        computeVisibility true
[1785]67
68        evaluateFilter false
69
[1112]70        applyVisibilityFilter false
71        applyVisibilitySpatialFilter false
[878]72        visibilityFilterWidth   0.01
[1942]73        exportVisibility true
[878]74        visibilityFile visibility.xml
[1585]75        loadMeshes false
[1581]76        loadKdTree      false
77        exportKdTree false
[1771]78
79        histogram {
80                intervals 20
[1966]81                maxValue  600000
[1771]82            file        histogram.log
83        }
[1900]84        Export {
[2008]85                rays false
[1900]86                numRays 5000
87        }
88
[374]89}
90
[1292]91ObjParser {
[1585]92        meshGrouping 2
[1292]93}
[563]94
[811]95RenderSampler {
96        samples 10000
97}
98
[376]99
[1199]100SamplingPreprocessor {
101}
102
[1891]103
[446]104RssPreprocessor {
[1877]105
[1884]106#       distributions rss+spatial+object_direction
[1942]107#       distributions rss+object_direction+spatial+object+direction
[1966]108        distributions mutation+spatial+object_direction
[1942]109#       distributions rss+object_direction
[1883]110#       distributions object_direction
[1877]111
[884]112        useImportanceSampling true
[464]113
114        Export {
115                pvs false
116                rssTree false
117        }
118
[467]119        useViewcells true
[492]120        updateSubdivision true
[563]121        loadInitialSamples false
[497]122        storeInitialSamples false
[1785]123
[1824]124        useRssTree true
[446]125}
126
[497]127
[446]128RssTree {
129        epsilon         1e-6
[569]130        perObjectTree false
[446]131
[1112]132        maxDepth        60
133        minPvs          1
[746]134# before vienna test it was:
135#       minRays 50
136#       splitType heuristic
137
[1942]138        minRays         200
[446]139        minSize         0.001
[1199]140        maxCostRatio 1.0
141        maxRayContribution 1.0
[1952]142        maxRays         1000000
[1824]143        maxTotalMemory  400
144        maxStaticMemory 200
[446]145
[1272]146#       splitType regular
[1199]147#       splitType heuristic
[1272]148        splitType hybrid
[1199]149        hybridDepth             10
[563]150        splitUseOnlyDrivingAxis false
[492]151        importanceBasedCost false
[446]152
153        interleaveDirSplits     true
[459]154    dirSplitDepth 0
[446]155
156        ct_div_ci       0.0
157}
158
[163]159Limits {
160
161       threshold        1e-6
162       small            1e-6
163       infinity         1e9
164}
165
166Unigraphics {
[176]167                meshGrouping 1
[163]168}
169
170KdTree {
[811]171        sahUseFaces false
[163]172        Termination {
[1694]173                minCost 1
[811]174                maxDepth 30
[1785]175                maxCostRatio 0.98
[170]176                ct_div_ci 0.5
[1989]177                maxNodes 50000
[878]178#500000
[163]179        }
180
[2006]181        splitMethod spatialMedian
182#       splitMethod SAH
[170]183        splitBorder 0.01
[163]184}
[170]185
[1292]186
[170]187MeshKdTree {
188        Termination {
[1292]189                minCost 150
[335]190                maxDepth 18
191                maxCostRatio 0.9
[170]192                ct_div_ci 0.5
193        }
194
195#       splitMethod spatialMedian
196        splitMethod SAH
197        splitBorder 0.01
198}
[176]199
[311]200ViewCells {
[1931]201        useKdPvs true
[1974]202        useKdPvsAfterFiltering true
[599]203        # samples used for view cell construction
204        Construction {
[1584]205                samples 0
206                samplesPerPass 1500000
[599]207        }
208
209        #number of active view cells
[1983]210        active 200000
211        maxViewCells 200000
[599]212
[1584]213        maxStaticMemory 40
214
[1112]215        exportToFile true
[1594]216        loadFromFile true
[1584]217
[451]218        #type kdTree
[467]219        #type vspKdTree
[713]220        #type bspTree
[1824]221        type vspBspTree
222        #type vspOspTree
[451]223        #type sceneDependent
224       
[326]225        height 5.0
[599]226
[563]227        #percentage of total visible objects where pvs is considered invalid
[599]228        maxPvsRatio 1.0
[563]229               
[1761]230        processOnlyValidViewCells true
[677]231
232        #stats viewCellStats.log
233
[1584]234        #samplingType directional
235        samplingType box
[677]236
[563]237        PostProcess {
[451]238                # how much samples are used for post processing
[1584]239                samples 0
[599]240                renderCostWeight 1.0
241                maxCostRatio 0.1
242                minViewCells 1
[677]243                avgCostMaxDeviation 0.01
244                maxMergesPerPass 5000
[599]245                useRaysForMerge false
246                compress false
[1694]247                merge false
[430]248        }
249
[563]250        Visualization {
[497]251                # how much samples we use for visualization
[1584]252                samples 0
[497]253                #colorCode PVS
254                #colorCode MergedLeaves
255                #colorCode MergedTreeDiff
256                colorCode Random
[859]257                exportRays false
[1584]258                exportGeometry true
[608]259                exportMergedViewCells false
[677]260                useClipPlane true
261                clipPlaneAxis 1
[1584]262                clipPlanePos  0.3
[451]263        }
[677]264
[1694]265        showVisualization false
[677]266        evaluateViewCells false
[370]267       
[677]268        Evaluation {
[1584]269                samplesPerPass 1000000
[1594]270                samples 5000000
[677]271                statsPrefix ../scripts/viewCells
[1584]272                #samplingType directional
273                samplingType box
274                histogram true
275                histoStepSize 5000
[677]276        }
277
[1694]278#       filename ../data/Arena/viewcells-5000.xml
[1824]279filename ../data/Arena/viewcells-20000.xml
[1608]280
[326]281#       filename ../data/atlanta/atlanta_viewcells_large.x3d
[497]282#       filename ../data/vienna/viewcells-25-sel.x3d
[335]283#       filename ../data/vienna/viewcells-25.x3d
[311]284#       filename ../data/vienna/viewcells-large-sel.x3d
[563]285#       filename ../scripts/viewcells_vienna.xml
[677]286#       filename ../scripts/viewcells_atlanta.xml
[685]287#       filename ../scripts/viewcells_soda5-2.xml
[713]288#       filename ../scripts/viewcells_atlanta.xml
[1785]289#       filename ../data/soda/soda-viewcells.xml.gz
[1199]290#       filename ../data/test1/test-viewcells.xml
[1112]291
[1876]292
293#       filename ../data/soda/soda5-viewcells.xml
294
[1824]295#       filename ../data/soda/soda-viewcells-1000.xml.gz
[1608]296
297
[1454]298#       filename ../data/CityModel/CityModel-viewcells-5000.xml
[1387]299#       filename ../data/City4M/City4M-viewcells-5000.xml
[1112]300
301
[1594]302#       filename ../data/vienna/vsposp-seq-viewCells.xml.gz
[1581]303
[871]304#       filename ../data/atlanta/viewcells_atlanta3.xml
[1199]305
[904]306#       filename ../data/vienna/viewcells_vienna.xml
[878]307#       filename ../data/vienna/viewcells_vienna2.xml
308#       filename ../data/vienna/vienna_simple-21-04-avs2-viewCells.xml
[1715]309#       filename ../data/vienna/vienna-viewcells-20000.xml.gz
[1694]310#       filename ../data/vienna/vienna-viewcells-5000.xml.gz
[1715]311#       filename ../data/vienna/vienna-viewcells-1000.xml.zip
[1594]312#       filename ../data/vienna/vsposp-seq-viewCells.xml.gz
[1199]313
[1757]314        filename ../data/vienna/vienna_cropped-gradient-viewcells.xml.gz
[1737]315
316#       filename ../data/vienna/vienna_cropped-2-sequential-30000-viewcells.xml.gz
[1715]317#       filename ../data/vienna/vienna_cropped-sequential-400000-viewcells.xml.gz
318
319
[1608]320#       filename ../data/vienna/city1500_flat_viewcells-1000.xml
321#       filename ../data/vienna/city1500_flat-vsposp.xml
322#       filename ../data/vienna/vienna-simple-vsposp.xml
323
[1199]324#       filename ../data/PowerPlant/power_plant_viewcells1.xml
[311]325}
326
327
[430]328Simulation {
329        objRenderCost 1.0
[497]330        vcOverhead 1.0
331        # always between 0 and 1
332        moveSpeed 0.0001
[430]333}
334
335
[451]336VspBspTree {
337        Construction {
[1584]338                samples 500000
339                epsilon 0.0000001
[497]340                randomize false
[599]341                renderCostWeight 1.0
[451]342        }
343
344
345        # random polygon       = 1
346        # axis aligned         = 2
347        # least ray splits     = 256
348        # balanced rays        = 512
349        # pvs                  = 1024
[599]350       
[677]351        splitPlaneStrategy 1026
[451]352       
353        # maximal candidates for split planes
[1584]354        maxPolyCandidates 0
[599]355
[677]356        usePolygonSplitIfAvailable false
357
[451]358        # maximal tested rays for split cost heuristics
[599]359        maxTests 10000
[451]360       
[599]361        maxTotalMemory  50
362        maxStaticMemory 50
[677]363
364        subdivisionStats ../subdivisionStats.log
365
[451]366        # factors for evaluating split plane costs
367        Factor {
368                leastRaySplits 1.0
369                balancedRays 1.0
370                pvs 1.0
371        }
372       
[599]373        Termination {
374                # parameters used for autopartition
[677]375                minRays                 -15
[599]376                minPolygons             -1
[677]377                maxDepth                25
[1584]378                minPvs                  0
379                minProbability          0.000001
380                maxRayContribution      1
381                maxCostRatio            0.9
[677]382                missTolerance           6
383                globalCostMissTolerance 4
[1585]384                minGlobalCostRatio      0.0000001
385#               minGlobalCostRatio      0.0001
386# $$MAXVIEWCELLS
[1694]387                maxViewCells            20000
[677]388       
[599]389
390                # used for pvs criterium
391                ct_div_ci 0.0
392               
393                AxisAligned {
[677]394                        minRays                 50000
[599]395                        maxRayContribution      9.9
396                }
397        }
[451]398       
[677]399        useSplitCostQueue true
[1584]400        useCostHeuristics false
[677]401
402        splitUseOnlyDrivingAxis false
403        simulateOctree false
404        useRandomAxis false
405        usePolygonSplitIfAvailable false
[1584]406        nodePriorityQueueType 0
[677]407
408        Visualization {
409                # x3d visualization of the split planes
410                exportSplits false
411        }
412}
413
[1584]414BspTree {
415        Construction {
416                samples 100000
417                epsilon 0.005
418        }
419
420        # random polygon       = 1
421        # axis aligned         = 2
422        # least splits         = 4
423        # balanced polygons    = 8
424        # balanced view cells  = 16
425        # largest polygon area = 32
426        # vertical axis        = 64
427        # blocked rays         = 128
428        # least ray splits     = 256
429        # balanced rays        = 512
430        # pvs                  = 1024
431
432        # least splits + balanced polygons
433        #splitPlaneStrategy 12
434       
435        #axis aligned + vertical axis
436        #splitPlaneStrategy 66
437       
438        # axis aligned + balanced view cells
439        # splitPlaneStrategy 18
440       
441        # largest polygon area
442        #splitPlaneStrategy 32
443       
444        # axus aligned + balanced polygons
445        #splitPlaneStrategy 72
446       
447        # axis aligned + blocked rays
448        #splitPlaneStrategy 130
449       
450        #splitPlaneStrategy 384
451        #splitPlaneStrategy 130
452       
453        splitPlaneStrategy 32
454       
455        maxPolyCandidates 100
456        maxRayCandidates 0
457       
458        maxTests 10000
459       
460        subdivisionStats ../subDivisionStats.log
461
462        # factors for evaluating split plane costs
463        Factor {
464                verticalSplits 1.0
465                largestPolyArea 1.0
466                blockedRays 1.0
467                leastRaySplits 1.0
468                balancedRays 1.0
469                pvs 1.0
470                leastSplits 1.0
471                balancedPolys 1.0
472                balancedViewCells 1.0
473        }
474       
475        Termination {
476                # parameters used for autopartition
477                minRays -1
478                minPolygons 0
479                maxDepth 30
480                minPvs -1
481                minProbability 0.00001
482                maxRayContribution 9999
483                maxViewCells 50000
484
485                # used for pvs criterium
486                ct_div_ci 0.0
487       
488                maxCostRatio 0.9
489               
490                # axis aligned splits
491                AxisAligned {
492                        minPolys 5000
493                        minRays 500
494                        minObjects 10
495                        ct_div_ci 0.5
496                }
497        }
498       
499        AxisAligned {
500                splitBorder 0.01
501        }
502       
503       
504        Visualization {
505                # x3d visualization of the split planes
506                exportSplits false
507        }
508}
509
Note: See TracBrowser for help on using the repository browser.