Table of Contents

Enum ModelFormat

Namespace
OpenCvSharp.Dnn
Assembly
OpenCvSharp.dll

Enum of the original framework format a Net was loaded from.

public enum ModelFormat

Fields

Generic = 0

Some generic model format.

ONNX = 1

ONNX model.

TF = 2

TensorFlow model.

TFLite = 3

TFLite model.