tflite-support
tflite-support copied to clipboard
TFLite Support is a toolkit that helps users to develop ML and deploy TFLite models onto mobile / ioT devices.
I've integrated the Pod "TensorFlowLiteTaskVision" to the app (is needed for iOS 14+). But as well there is a requirement still for the app to run on iOS 12. But...
We can't use TensorFlowLiteTaskVision and GoogleMLKit/PoseDetectionAccurate Pods together because we get duplicate symbols error **Error logs:** `duplicate symbol '_OBJC_IVAR_$_GMLImage._imageSourceType' in: /Users/karolis/XcodeProjects/BodyEditor/Pods/MLImage/Frameworks/MLImage.framework/MLImage[arm64][2](GMLImage.o) /Users/karolis/XcodeProjects/BodyEditor/Pods/TensorFlowLiteTaskVision/Frameworks/TensorFlowLiteTaskVision.framework/TensorFlowLiteTaskVision[arm64][30](GMLImage.o) duplicate symbol '_OBJC_IVAR_$_GMLImage._sampleBuffer' in: /Users/karolis/XcodeProjects/BodyEditor/Pods/MLImage/Frameworks/MLImage.framework/MLImage[arm64][2](GMLImage.o) /Users/karolis/XcodeProjects/BodyEditor/Pods/TensorFlowLiteTaskVision/Frameworks/TensorFlowLiteTaskVision.framework/TensorFlowLiteTaskVision[arm64][30](GMLImage.o) duplicate symbol...
I'm working with a text to speech model so I cannot predict the size of the output tensors beforehand. According to the [documentation](https://www.tensorflow.org/lite/guide/inference#outputs), "some models have dynamic outputs, where the...
```bash ERROR: /Users/ourfor/Code/tflite-support/tensorflow_lite_support/ios/BUILD:177:21: While resolving toolchains for target //tensorflow_lite_support/ios:TensorFlowLiteTaskVision_framework: invalid registered toolchain '@local_config_python//:py_toolchain': error loading package '@local_config_python//': Unable to find package for @python//:defs.bzl: The repository '@python' could not be resolved:...
I got an error when install `tflite-support` in MacBook w/ Apple silicon. ```shell ❯❯❯ poetry add tflite-support Using version ^0.4.4 for tflite-support Updating dependencies Resolving dependencies... (0.4s) Package operations: 1...
I tried to export tflite using a custom model trained by yolov8 and run it on my Android app, but I got an error  I am confident...
A function that can save audio data can be found in Android, but no corresponding function is seen in iOS. Can anyone help me?
Hope contributors to set up release workflows and build release for macOS arm64 arch. According to pypi, tflite-support packages were built and uploaded by 'tflite-support-robot'. This manual procedure could lead...
Collecting pyyaml=5.1 (from tf-models-nightly->tflite-model-maker) Using cached PyYAML-5.4.1.tar.gz (175 kB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements to build wheel did...