Share via


IImageModelDistributionSettingsObjectDetection.TileGridSize 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 TileGridSize { 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.TileGridSize : string with get, set
Public Property TileGridSize As String

Property Value

Attributes

Applies to