Skip to content

Commit

Permalink
Update tiler docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Jul 3, 2023
1 parent 7ec18df commit 35540ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model_api/python/openvino/model_api/tilers/tiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ def __call__(self, inputs):
return self._predict_async(inputs, tile_coords)

def _tile(self, image):
"""Tiles an input image to either overlapping, non-overlapping or random patches.
"""Tiles an input image to overlapping or non-overlapping patches.
By default, this method also adds the full image as the first tile to process.
This method implementation also adds the full image as the first tile to process.
Args:
image: Input image to tile.
Expand Down

0 comments on commit 35540ab

Please sign in to comment.