共用方式為


ImageModelSettingsObjectDetection.BoxScoreThreshold Property

Definition

During inference, only return proposals with a classification score greater than BoxScoreThreshold. Must be a float in the range[0, 1].

public float? BoxScoreThreshold { get; set; }
member this.BoxScoreThreshold : Nullable<single> with get, set
Public Property BoxScoreThreshold As Nullable(Of Single)

Property Value

Applies to