你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ImageModelSettingsObjectDetection.TilePredictionsNmsThreshold 属性

定义

合并图块和图像的预测结果时用于执行 NMS 的 IOU 阈值。 在验证/推理中使用。 必须在 [0, 1] 范围内浮动。 注意:“yolov5”算法不支持此设置。

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

属性值

适用于