Compartir a través de


IImageObjectDetectionBase.ModelSettingTileGridSize Property

Definition

The grid size to use for tiling each image. Note: TileGridSize must not be None to enable small object detection logic. A string containing two integers in mxn format. Note: This settings is not supported for the 'yolov5' algorithm.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The grid size to use for tiling each image. Note: TileGridSize must not be\r\n        None to enable small object detection logic. A string containing two integers in mxn format.\r\n        Note: This settings is not supported for the 'yolov5' algorithm.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="tileGridSize")]
public string ModelSettingTileGridSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The grid size to use for tiling each image. Note: TileGridSize must not be\r\n        None to enable small object detection logic. A string containing two integers in mxn format.\r\n        Note: This settings is not supported for the 'yolov5' algorithm.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="tileGridSize")>]
member this.ModelSettingTileGridSize : string with get, set
Public Property ModelSettingTileGridSize As String

Property Value

Attributes

Applies to