You are here: Start » DLInvoke.DL_DetectFeatures_AccessModel
Returns the names of the classes used in training and the detection thresholds for trained model.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.DL.Cpu.dll |
Syntax
C++
C#
public static void DL_DetectFeatures_AccessModel ( string inModelDirectory, Conditional<int> outTrainingInputHeight, Conditional<int> outTrainingInputWidth, Conditional<List<string>> outClassNames, Conditional<List<int>> outThresholds, Conditional<int> outModelVersion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inModelDirectory | string | A Detect Features model stored in a specific disk directory. | ||
![]() | outTrainingInputHeight | Atl.Conditional<int> | Image height used in training. | ||
![]() | outTrainingInputWidth | Atl.Conditional<int> | Image width used in training. | ||
![]() | outClassNames | Atl.Conditional<System.Collections.Generic.List<string>> | Array with the names of the feature classes used in the training. | ||
![]() | outThresholds | Atl.Conditional<System.Collections.Generic.List<int>> | The threshold per class saved in the model configuration. | ||
![]() | outModelVersion | Atl.Conditional<int> | Model version. |


