You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/mfe.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8988,9 +8988,9 @@
8988
8988
"x-nullable": true
8989
8989
},
8990
8990
"tileGridSize": {
8991
-
"description": "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic A tuple of two integers passed as a string.\r\nNote: This settings is not supported for the 'yolov5' algorithm.",
8991
+
"description": "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm.",
8992
8992
"type": "string",
8993
-
"example": "choice('[3;2]', '[2;2]')",
8993
+
"example": "choice('3x2', '2x2')",
8994
8994
"x-nullable": true
8995
8995
},
8996
8996
"tileOverlapRatio": {
@@ -9312,9 +9312,9 @@
9312
9312
"x-nullable": true
9313
9313
},
9314
9314
"tileGridSize": {
9315
-
"description": "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A tuple of two integers passed as a string.\r\nNote: This settings is not supported for the 'yolov5' algorithm.",
9315
+
"description": "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm.",
0 commit comments