Click or drag to resize

DnnInvokeReadNetFromCaffe Method (String, String)

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(
	string prototxt,
	string caffeModel = null
)

Parameters

prototxt
Type: SystemString
path to the .prototxt file with text description of the network architecture.
caffeModel (Optional)
Type: SystemString
path to the .caffemodel file with learned network.

Return Value

Type: Net
Net object.
See Also