Skip to main content
0 votes
0 answers
14 views

Compilation of the model using tflite micro

I am trying to build a model using tflite micro but it is not working. All the files I have added but linking is not working. Can anyone help in this? Makebuild files. txt GNU nano 7.2 ...
Shubham sharma's user avatar
0 votes
0 answers
24 views

Different Model Outputs on Python and Flutter

I'm having trouble because the TensorFlow Lite model produces very different outputs in Python and on Android, even though I'm providing the same input in both. On the Flutter side, I'm using the ...
İsmail Kerem Gül's user avatar
-1 votes
0 answers
23 views

TesnsorFlow lite [closed]

was watching tutorial for how to use pretrained model with camera, and it worked fine with this model, but I tried to use this Sign language model, and I got this error ava.lang.RuntimeException: ...
Abdallah's user avatar
1 vote
0 answers
12 views

Error when converting .onnx to tensorflow lite

I want to convert an .onnx file to tflite file but it is giving me this error . AttributeError: module 'tensorflow.python.framework.type_spec' has no attribute '_NAME_TO_TYPE_SPEC' here is my code: ...
rayen's user avatar
  • 21
0 votes
0 answers
44 views

Limelight Detector Notebook suddenly not working. Any ideas?

I've been trying to train a custom detector model for a LimeLight3A through the Google Colab notebook they provided. I successfully trained one on April 4th, but since then any of my attempts at ...
AstarHolt's user avatar
1 vote
1 answer
23 views

How can I convert a TensorFlow 1 "BigGAN" model on Kaggle to TensorFlow Lite format?

How can I convert a TensorFlow 1 "BigGAN" model on Kaggle to TensorFlow Lite format? https://www.tensorflow.org/hub/tutorials/biggan_generation_with_tf_hub?hl=ja I am trying to implement the ...
Shinobu HUYUGIRI's user avatar
-1 votes
1 answer
45 views

Tensorflow Lite vs tflite

My understanding is that tflite was developed to avoid installing the full package of Tensorflow in embedded system such Raspberry Pi, saving processing and power resources. Following the directions ...
gus's user avatar
  • 361
-1 votes
0 answers
14 views

Import tflite in Python

Successfully installed Tensorflow Lite 2.18 in an Python environment in Raspberry Pi Zero W following these directions: https://pypi.org/project/tflite/ Having issue importing the package in a script ...
gus's user avatar
  • 361
2 votes
1 answer
51 views

Running tflm on bare metal and experiencing an output tensor issue

I have my own custom trained tflite model that I trained and converted to a C++ source file. As part of the project, it is meant to run on a Zync-7000 and I am doing it with a bare metal ...
caleb losch's user avatar
0 votes
2 answers
59 views

Saving and Loading Images for Tensorflow Lite

Planning on using Tensorflow Lite for image classification. To test the model, using Fashion-MNIST database to create the model following a Tensorflow basic example from their website. Created and ...
gus's user avatar
  • 361
-2 votes
1 answer
47 views

Installing TensorflowLite (LiteRT) in Raspberry Pi Zero W

Trying to install TensorFlow Lite (liteRT) in Raspberry Pi Zero W but not working. Following these directions: https://ai.google.dev/edge/litert/microcontrollers/python https://pypi.org/project/ai-...
gus's user avatar
  • 361
1 vote
1 answer
55 views

How can I save a model with input shape (1, None, None, 3) with None fixed to 256?

I have questions about a model obtained from TensorFlow Hub. I am trying to use "movenet" with the following source code. https://www.kaggle.com/models/google/movenet/tensorFlow2 (1) The ...
Shinobu HUYUGIRI's user avatar
0 votes
1 answer
39 views

How can I save a TFLite model with a fixed input shape after using interpreter.resize_input_tensor?

I am trying to run inference using the TFLite model of multipose-lightning-tflite-float16 distributed by movenet. https://www.kaggle.com/models/google/movenet/tfLite However, this model cannot be used ...
Shinobu HUYUGIRI's user avatar
0 votes
0 answers
24 views

Xcode SwiftUI Preview fails due to TensorFlowLiteC. Can it be excluded or fixed?

When trying to preview a SwiftUI View, the preview canvas crashes with a linker error for TensorFlowLiteC. This library does not need to be loaded for Preview. Is there a way to work around this like ...
bias's user avatar
  • 1,446
0 votes
0 answers
44 views

How to handle tflite model to prevent "Phase Script Execution Failed" error in React Native App (Not Expo)

The beginning of the app.tsx file for my react native app looks like this: import {PaintStyle, Skia} from '@shopify/react-native-skia'; import React, {useEffect} from 'react'; import {StyleSheet, Text}...
made12077's user avatar

15 30 50 per page
1
2 3 4 5
148