tflite-support
tflite-support copied to clipboard
Bug Fix: iOS Duplicate Symbols Between MLImage and Vision Task Library
@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.
related: https://github.com/tensorflow/tflite-support/issues/885
related: https://github.com/tensorflow/tflite-support/issues/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