You are here: Start » DLInvoke.DL_DetectAnomalies2_AccessModel
Returns thresholds and accepted image size for trained model.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.DL.Cpu.dll |
Syntax
C++
C#
public static void DL_DetectAnomalies2_AccessModel ( string inModelDirectory, out Avl.Size outAcceptedImageSize, out float outT1, out float outT2, Conditional<int> outModelVersion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inModelDirectory | string | |||
![]() | outAcceptedImageSize | Avl.Size | |||
![]() | outT1 | float | |||
![]() | outT2 | float | |||
![]() | outModelVersion | Atl.Conditional<int> |