Table of Contents

Method EnableModelDiagnostics

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

EnableModelDiagnostics(bool)

Enables detailed logging of the DNN model loading with CV DNN API. Diagnostic mode provides detailed logging of the model loading stage to explore potential problems (ex.: not implemented layer type).

public static void EnableModelDiagnostics(bool isDiagnosticsMode)

Parameters

isDiagnosticsMode bool

indicates whether diagnostic mode should be set.