Click or drag to resize

DnnInvokeReadNetFromModelOptimizer Method

http://www.emgu.com
Load a network from Intel's Model Optimizer intermediate representation.

Namespace:  Emgu.CV.Dnn
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static Net ReadNetFromModelOptimizer(
	string xml,
	string bin
)

Parameters

xml
Type: SystemString
XML configuration file with network's topology.
bin
Type: SystemString
Binary file with trained weights.

Return Value

Type: Net
Net object. Networks imported from Intel's Model Optimizer are launched in Intel's Inference Engine backend.
See Also