Click or drag to resize

DnnInvokeReadTensorFromONNX Method

http://www.emgu.com
Creates blob from .pb file.

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 Mat ReadTensorFromONNX(
	string path
)

Parameters

path
Type: SystemString
Path to the .pb file with input tensor.

Return Value

Type: Mat
The blob
See Also