Click or drag to resize

NetReadNetFromModelOptimizer Method

Load a network from Intel's Model Optimizer intermediate representation. Networks imported from Intel's Model Optimizer are launched in Intel's Inference Engine backend.

Namespace:  OpenCvSharp.Dnn
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
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

[Missing <returns> documentation for "M:OpenCvSharp.Dnn.Net.ReadNetFromModelOptimizer(System.String,System.String)"]

See Also