Class NeRFOptions
Configuration options for NeRF models.
public class NeRFOptions : ModelOptions
- Inheritance
-
NeRFOptions
- Inherited Members
Properties
ColorHiddenDim
public int ColorHiddenDim { get; set; }
Property Value
ColorNumLayers
public int ColorNumLayers { get; set; }
Property Value
DirectionEncodingLevels
public int DirectionEncodingLevels { get; set; }
Property Value
HiddenDim
public int HiddenDim { get; set; }
Property Value
HierarchicalSamples
public int HierarchicalSamples { get; set; }
Property Value
LearningRate
public double LearningRate { get; set; }
Property Value
NumLayers
public int NumLayers { get; set; }
Property Value
PositionEncodingLevels
public int PositionEncodingLevels { 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
UseHierarchicalSampling
public bool UseHierarchicalSampling { get; set; }