-
Notifications
You must be signed in to change notification settings - Fork 123
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 inference_id to batches created by AL #319
Conversation
@@ -53,6 +53,7 @@ def execute_datapoint_registration( | |||
configuration: ActiveLearningConfiguration, | |||
api_key: str, | |||
batch_name: str, | |||
inference_id=None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typing hint required
Do we still need it? |
By it do you mean do we still need the inference_id? If so, then yes we do. I still need to fix the failing test before this is ready for review (currently a Draft/WIP) |
Ready for review |
I do not see |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I made mistake in previous comment overlooking actual usage. LGTM
Description
In order to display inference images in the model monitoring dashboard, we need to add the inference id to the images created from inference requests via the AL workflow
Relates to: https://github.com/roboflow/roboflow/pull/3080
Type of change
Please delete options that are not relevant.
How has this change been tested, please provide a testcase or example of how you tested the change?
Any specific deployment considerations
For example, documentation changes, usability, usage/costs, secrets, etc.
Docs