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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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