Click or drag to resize

DnnInvokeReadNetFromTensorflow Method (Byte, Byte)

http://www.emgu.com
Reads a network model stored in TensorFlow framework's format.

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 ReadNetFromTensorflow(
	byte[] model,
	byte[] config = null
)

Parameters

model
Type: SystemByte
buffer containing the content of the pb file
config (Optional)
Type: SystemByte
buffer containing the content of the pbtxt file

Return Value

Type: Net
Net object.
See Also