Skip to content

Commit

Permalink
update description and examples (#18981)
Browse files Browse the repository at this point in the history
  • Loading branch information
forteddyt authored May 10, 2022
1 parent 83f0be0 commit 7f98073
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8988,9 +8988,9 @@
"x-nullable": true
},
"tileGridSize": {
"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.",
"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.",
"type": "string",
"example": "choice('[3;2]', '[2;2]')",
"example": "choice('3x2', '2x2')",
"x-nullable": true
},
"tileOverlapRatio": {
Expand Down Expand Up @@ -9312,9 +9312,9 @@
"x-nullable": true
},
"tileGridSize": {
"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.",
"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.",
"type": "string",
"example": "[3;2]",
"example": "3x2",
"x-nullable": true
},
"tileOverlapRatio": {
Expand Down

0 comments on commit 7f98073

Please sign in to comment.