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.
Pip says that it is installed. Python3 can import tflite_support. But when I try to import from tflite_support.task, (in my Python script) it says, ModuleNotFoundError: no Module named 'tflite_support.task' I...
How to use external USB OTG camera in object detection in Android ? Please help as soon as possible
The function currently only allows reading from the beginning of the file. We'd like to allow user to skip a certain number samples at the beginning to make the function...
1. Added a test .mm file and corresponding test for Image Embedder 2. Added a new .sh file for building framework archive 3. Added new podspec for objective c++ frameworks
@priankakariatyml Could you help investigate if Task API for iOS can make use of the GPU and CoreML delegates? In particular, you can see an example of using the delegate...
I am having build issues on MacOs 12.3. The issue is directly related to bazel and changes in MacOS. build script: ```bash FRAMEWORK_NAME=TensorFlowLiteTaskVision DEST_DIR=iosbuild ./tensorflow_lite_support/tools/ci_build/builds/build_ios_framework.sh ``` Error ```python ERROR: /Users/tj/projects/edgestore/ModelsAPI/inference/tfliteframework/task/tflite-support/tensorflow_lite_support/ios/BUILD:69:21:...
In the latest release of the TFLite Support Java library for audio classification (v0.3.1), when the audio data provided by the Android AudioRecord is of type `short` instead of `float`,...
When Following the example form this page : [www.tensorflow.org/lite/examples/segmentation/overview](https://www.tensorflow.org/lite/examples/segmentation/overview) I downloaded the linked .tflite model LiteModelDeeplabv31Metadata2 and imported it into my Android Studio project using the right-click -> new ->...
Investigate if we write expected_detections using the proto json format directly, something like [this](https://github.com/tensorflow/tflite-support/blob/c23147a0a78513f8f02319faca41cd8fe9a911ac/tensorflow_lite_support/cc/test/task/vision/object_detector_test.cc#L80), which should be equivalent to what generated from [here (expected_result_dict)](https://github.com/tensorflow/tflite-support/blob/c23147a0a78513f8f02319faca41cd8fe9a911ac/tensorflow_lite_support/python/test/task/vision/object_detector_test.py#L39). @kinaryml Could you take a look?