-
Notifications
You must be signed in to change notification settings - Fork 130
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
Added Inference IDs to Sources when Uploaded via the Dataset Upload Block #571
Conversation
@@ -457,13 +457,19 @@ def register_datapoint( | |||
batch_name: str, | |||
tags: List[str], | |||
) -> str: | |||
inference_id = ( |
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.
Could u please put todo comment linking this issue: #567
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.
Blocked by: #565
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.
There is bug in this submission - does not work with classification
also revealing weakness of the tests
Updated my branch with your changes fixing issues I spotted and adding tests: 0962acd @chandlersupple please verify + suggestion for next contribution - if you change behaviour of code such that you add / remove parameter and this is somewhat important change you shall expect some test to fail - if that's not the case and you care about change you should modify existing tests / add new test to ensure coverage |
to be closed soon |
Description
When an image is uploaded through Active Learning, Model Monitoring allows users to view the image in its "Recent Inferences" table. This currently works with Active Learning, however, it does not work with the new "Roboflow Dataset Upload" block in Workflows.
Modified the Dataset Upload block to provide the
inference_id
toregister_image_at_roboflow()
(As is currently being done in Active Learning).Type of change
How has this change been tested, please provide a testcase or example of how you tested the change?
Any specific deployment considerations
N/A
Docs
N/A