IImageModelDistributionSettingsObjectDetection.NmsIouThreshold Property

Definition

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

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

Property Value

Attributes

Applies to