IImageModelSettingsObjectDetection.NmsIouThreshold Property

Definition

IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1].

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1].", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=false, Required=false, SerializedName="nmsIouThreshold")]
public float? NmsIouThreshold { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1].", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=false, Required=false, SerializedName="nmsIouThreshold")>]
member this.NmsIouThreshold : Nullable<single> with get, set
Public Property NmsIouThreshold As Nullable(Of Single)

Property Value

Attributes

Applies to