Click or drag to resize

DnnInvokeWriteTextGraph Method

http://www.emgu.com
Create a text representation for a binary network stored in protocol buffer 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 void WriteTextGraph(
	string model,
	string output
)

Parameters

model
Type: SystemString
A path to binary network.
output
Type: SystemString
A path to output text file to be created.
See Also