ImageInstanceSegmentation.ModelSettingBoxDetectionsPerImage Property

Definition

Maximum number of detections per image, for all classes. Must be a positive integer. Note: This settings is not supported for the 'yolov5' algorithm.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PropertyOrigin.Inherited)]
public int? ModelSettingBoxDetectionsPerImage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PropertyOrigin.Inherited)>]
member this.ModelSettingBoxDetectionsPerImage : Nullable<int> with get, set
Public Property ModelSettingBoxDetectionsPerImage As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to