diff --git a/model_api/python/openvino/model_api/tilers/tiler.py b/model_api/python/openvino/model_api/tilers/tiler.py index d111b2b7..2afb5f89 100644 --- a/model_api/python/openvino/model_api/tilers/tiler.py +++ b/model_api/python/openvino/model_api/tilers/tiler.py @@ -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.