Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial support for Tiling inference [synchronous mode only] #414

Merged
merged 5 commits into from
May 21, 2024

Conversation

ljcornel
Copy link
Collaborator

This PR adds support for running inference for Detection and Instance Segmentation models with Tiling enabled.

There are no changes to the API, the deployment will auto-detect whether or not tiling is enabled from the model configuration. If it is enabled, it will instantiate a Tiler and load the model accordingly.

@ljcornel ljcornel requested a review from igor-davidyuk May 21, 2024 07:24
Copy link
Contributor

@igor-davidyuk igor-davidyuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@ljcornel ljcornel merged commit a860f96 into main May 21, 2024
11 checks passed
@ljcornel ljcornel deleted the add-tiling-support branch May 21, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants