Class InstantNGPOptions<T>
Configuration options for Instant-NGP models.
public class InstantNGPOptions<T> : ModelOptions
Type Parameters
T
- Inheritance
-
InstantNGPOptions<T>
- Inherited Members
Properties
CoarsestResolution
public int CoarsestResolution { get; set; }
Property Value
ColorHiddenDim
public int ColorHiddenDim { get; set; }
Property Value
ColorNumLayers
public int ColorNumLayers { get; set; }
Property Value
FeatureDim
public int FeatureDim { get; set; }
Property Value
FeaturesPerLevel
public int FeaturesPerLevel { get; set; }
Property Value
FinestResolution
public int FinestResolution { get; set; }
Property Value
HashTableSize
public int HashTableSize { get; set; }
Property Value
LearningRate
public double LearningRate { get; set; }
Property Value
MlpHiddenDim
public int MlpHiddenDim { get; set; }
Property Value
MlpNumLayers
public int MlpNumLayers { get; set; }
Property Value
NumLevels
public int NumLevels { get; set; }
Property Value
OccupancyDecay
public double OccupancyDecay { get; set; }
Property Value
OccupancyGridResolution
public int OccupancyGridResolution { get; set; }
Property Value
OccupancyJitter
public double OccupancyJitter { get; set; }
Property Value
OccupancySamplesPerCell
public int OccupancySamplesPerCell { get; set; }
Property Value
OccupancyThreshold
public double OccupancyThreshold { get; set; }
Property Value
OccupancyUpdateInterval
public int OccupancyUpdateInterval { get; set; }
Property Value
RenderFarBound
public double RenderFarBound { get; set; }
Property Value
RenderNearBound
public double RenderNearBound { get; set; }
Property Value
RenderSamples
public int RenderSamples { get; set; }
Property Value
SceneMax
public Vector<T>? SceneMax { get; set; }
Property Value
- Vector<T>
SceneMin
public Vector<T>? SceneMin { get; set; }
Property Value
- Vector<T>
UseOccupancyGrid
public bool UseOccupancyGrid { get; set; }