-
Notifications
You must be signed in to change notification settings - Fork 764
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
[FEATURE REQUEST] Firebase Custom ML #64
Comments
@wazini-john We have added support for firebase custom model for |
When can we expect it in the prod ? |
@wazini-john Sorry I had some personal things to do. I'll add it for the |
@wazini-john Wait for the PR to be reviewed and merged. |
@bharat-biradar I'm currently working with your library pointing to the master branch in pubspec, because i want to use the Firebase custom model.
|
@francislions Did you try calling |
I haven't called |
Now i called |
Thanks for adding custom ML support to the However, the remote model manager does not work for me. Following is how it works with
The following does not work, suing the model manager from
Firebase SDK version: 27.1.0 Am I missing anything or using the library incorrectly? Do I need to configure anything around firebase (custom ML) access specifically for |
@mugglmenzel On which platform did this error occur |
I am testing on Android. The behavior is that the |
@mugglmenzel Did it work ? |
We added this feature in these PRs for both iOS and Android: We released both in 0.7.0. Could you confirm that that is solving your request to close this issue? |
Thanks, I tested it now.
|
I could resolve the issue now and it's working perfectly! Thank you! Issue seems to be around cached files. I had uninstalled the app from my qemu device and did a cold boot. After a reinstall during the flutter build, the model download worked flawlessly and so did loading a ImageLabeler. |
Will other types of custom ml models be supported in the future? The issue I am facing is that my model does not work with image/video/text data or similar and it requires just the list of processed features. There are two popular choices apart from this package for this problem as far as I know The first one provides no support for generic models, while the 2nd is no longer maintained, and the maintainer cannot be reached. So my question is will there be a generic custom tensorflow lite model support? |
Add capability to load custom ML Models
The text was updated successfully, but these errors were encountered: