Enum ModelFormat
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
Enum of the original framework format a Net was loaded from.
public enum ModelFormat
Fields
Generic = 0Some generic model format.
ONNX = 1ONNX model.
TF = 2TensorFlow model.
TFLite = 3TFLite model.