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 PostInferenceHook feature initial implementation and notebook #355

Merged
merged 39 commits into from
May 15, 2024

Conversation

ljcornel
Copy link
Collaborator

This PR adds the initial implementation for the post inference hook functionality. Post inference hooks can be used to define processing pipelines that can be attached to a Deployment, and will run on each inference request.

A hook consists of a trigger and an action: A trigger can for instance be the presence of a specific label, or a predicted probability below a certain confidence threshold.
An action can be to save the image and it's prediction to a folder on disk, or to send the image over to Geti so that it can be annotated.

The PR also adds a notebook 012_post_inference_hooks that demonstrates how to use the new feature.

@ljcornel ljcornel requested a review from igor-davidyuk March 20, 2024 08:21
@ljcornel ljcornel merged commit effaca0 into main May 15, 2024
11 checks passed
@ljcornel ljcornel deleted the post-inference-hooks branch May 15, 2024 07:50
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