Click or drag to resize

DnnInvokeReadNetFromONNX Method

http://www.emgu.com
Reads a network model ONNX.

Namespace:  Emgu.CV.Dnn
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public static Net ReadNetFromONNX(
	string onnxFile
)

Parameters

onnxFile
Type: SystemString
Path to the .onnx file with text description of the network architecture.

Return Value

Type: Net
Network object that ready to do forward, throw an exception in failure cases.
See Also