次の方法で共有


ImageModelSettingsObjectDetection.TilePredictionsNmsThreshold プロパティ

定義

タイルおよび画像から予測をマージしながら NMS を実行するために使用する IOU しきい値。 検証や推論で使用されます。 [0, 1] の範囲内で float である必要があります。 注: この設定は、"yolov5" アルゴリズムではサポートされていません。

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

プロパティ値

適用対象