Table of Contents

Class NeRFOptions

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll

Configuration options for NeRF models.

public class NeRFOptions : ModelOptions
Inheritance
NeRFOptions
Inherited Members

Properties

ColorHiddenDim

public int ColorHiddenDim { get; set; }

Property Value

int

ColorNumLayers

public int ColorNumLayers { get; set; }

Property Value

int

DirectionEncodingLevels

public int DirectionEncodingLevels { get; set; }

Property Value

int

HiddenDim

public int HiddenDim { get; set; }

Property Value

int

HierarchicalSamples

public int HierarchicalSamples { get; set; }

Property Value

int

LearningRate

public double LearningRate { get; set; }

Property Value

double

NumLayers

public int NumLayers { get; set; }

Property Value

int

PositionEncodingLevels

public int PositionEncodingLevels { get; set; }

Property Value

int

RenderFarBound

public double RenderFarBound { get; set; }

Property Value

double

RenderNearBound

public double RenderNearBound { get; set; }

Property Value

double

RenderSamples

public int RenderSamples { get; set; }

Property Value

int

UseHierarchicalSampling

public bool UseHierarchicalSampling { get; set; }

Property Value

bool