Class NeuralNetwork
DepthAI NeuralNetwork
public class NeuralNetwork : SharedPtrObject, IDisposable, INode
- Inheritance
-
NeuralNetwork
- Implements
- Inherited Members
Properties
NodePtr
public nint NodePtr { get; }
Property Value
NumInferenceThreads
How many inference threads will be used to run the network, Zero means AUTO
public int NumInferenceThreads { get; set; }
Property Value
Methods
DisposeObject()
Release all unmanaged memory associated with the NeuralNetwork.
protected override void DisposeObject()
GetInput()
public NodeInput GetInput()
Returns
SetBlobPath(string)
public void SetBlobPath(string path)
Parameters
path
string