Click or drag to resize

DnnInvokeReadNetFromCaffe Method (Byte, Byte)

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

Namespace:  Emgu.CV.Dnn
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static Net ReadNetFromCaffe(
	byte[] prototxt,
	byte[] caffeModel = null
)

Parameters

prototxt
Type: SystemByte
Buffer containing the content of the .prototxt file
caffeModel (Optional)
Type: SystemByte
Buffer containing the content of the .caffemodel file

Return Value

Type: Net
Net object.
See Also