-
Notifications
You must be signed in to change notification settings - Fork 128
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
Bug Fix: iOS Duplicate Symbols Between MLImage and Vision Task Library #892
base: master
Are you sure you want to change the base?
Conversation
@khanhlvg @lu-wang-g @schmidt-sebastian Raised a PR for fixing the duplicate symbols error between MLImage and Vision Task Library |
I discussed with Prianka about this yesterday. Fundamentally we'll need to depend on MLImage pod rather than bundle MLImage inside TFLiteTaskVision. It'll require us to release a new version of TFLiteTaskVision every time a new version of MLImage is released and newer version of MLKit depends on it. We need to come up with a strategy for that before working on making TFLiteTaskVision to depend on MLImage. |
Thanks for the insight. |
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.
Need to figure out how to proceed here.
related: #885 |
1 similar comment
related: #885 |
Is this gonna work if i used the library from this pull request until they merged it ? |
When will this be merged? We cannot use GoogleMLKit and TensorFlowLiteTaskVision together |
No description provided.