Skip to content

Commit

Permalink
fix(api): pass overlap params to tile calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jul 1, 2023
1 parent f20afeb commit 7736430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/onnx_web/chain/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def stage_tile(tile: Image.Image, _dims) -> Image.Image:
stage_params.tile_size,
stage_params.outscale,
[stage_tile],
**kwargs,
)
else:
logger.debug("image within tile size, running stage")
Expand Down

0 comments on commit 7736430

Please sign in to comment.