-
Notifications
You must be signed in to change notification settings - Fork 3k
[Feature Request] ML Kit: On-Device Model Download API #315
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
Comments
Yes, thanks for bringing this up! We had it planned but didn't have cycle to get to it. We will give an update here shortly once we have a concrete plan. |
@cs-googler can you give us an update. It's been over six months. |
Sorry about the late update. |
Hi, any updates on this? |
Yes. Here is the release notes about the support: https://developers.google.com/ml-kit/release-notes#improvements_2 You can use the GMS ModuleInstallClient API on ML Kit Detectors that extend OptionalModuleApi, e.g. BarcodeScanner |
I found this issue from the old Firebase repo: [Feature Request] ML Kit: On-Device Model Download API
There is still no way to get availability and download status of the unbundled standard ML Kit models (e.g. barcode), right?
Currently we keep the analyzer alive when a
MlKitException.UNAVAILABLE
exception occurs and hope for the Play Services to eventually download the model. But if the user is offline e.g. this won't happen at all and we have no indicator about that.Is this feature still considered to be implemented?
The text was updated successfully, but these errors were encountered: