-
Notifications
You must be signed in to change notification settings - Fork 131
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
Introduce Active Learning #130
Conversation
…to retrieve configuration
|
||
|
||
@wrap_roboflow_api_errors() | ||
def get_roboflow_active_learning_configuration( |
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.
This is the place holder waiting for updates on the Roboflow main app back end?
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.
yes, exactly
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.
Gave it a thorough read, looks really great! Nothing I would change and no glaring bugs I could find. Great work!
Description
With this PR we introduce foundational changes to enable active learning in
inference
.So far, feature is disabled - due to lack of implementation of backend changes at Roboflow platform, but that will change soon.
Features supported:
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
Docs