-
i am facing issue with loading models in android devices. Its working on ios device.
i have implemented below method
initTiflite() async {
try {
await Tflite.loadModel(
model: "…
-
![QQ截图20240813213435](https://github.com/user-attachments/assets/9a45f7ed-8827-4ab6-8a8e-ad83ea93aaac)
![QQ截图20240813213449](https://github.com/user-attachments/assets/dde55348-6766-47f6-8751-44fed18…
-
Would it be possible to provide a Pre-built axie_tflite and model.
I'm on Windows and haven't been able to successfully build the app using WSL due to setup complexities.
Thanks.
-
Error: Member not found: 'float32'.
final output = TensorBuffer.createFixedSize([1, 128], TfLiteType.float32);
I'm using the tflite_flutter_helper_plus package to work with TensorFlow Lite mo…
-
C:\Users\davsh\Documents\ai-toolkit>git submodule update --init --recursive
Submodule 'repositories/batch_annotator' (https://github.com/ostris/batch-annotator) registered for path 'repositories/batc…
-
Player crashes suddenly when TFLite inference is requested instead of SavedModel inference.
`$ python3 player.py --file video.mp4 --tflite compressed_esrgan.tflite`
Log
--------
```
Traceback (…
-
Does anyone has the python example to inference mtcnn tflite?
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar feature requests.
### Description
how can i export yolov5s int…
-
[Block-wise quantization](https://arxiv.org/abs/2110.02861) divides input tensors into smaller blocks that are independently quantized, resulting in faster optimization and high precision quantization…
-
I am exploring the development of a Retrieval-Augmented Generation (RAG) application for Android and am considering using local language models from Hugging Face’s TFLite models. I am looking for guid…