-
- Trying to run in an Android Physical Device.
- The code is very similar if not identical to one of the example apps.
This line fails:
`interpreter = await Interpreter.fromAsset(modelPath);`
…
-
I can't understand howi can use whisper on my android project
What i should be doing.
I want use transcripts and translate to all languages supported
But i don't kow how
Where start
How to …
-
I'm using custom SSD model (I tried my own and three other models that were trained by users)
They work fine in Android, but in IOS it fails here:
```
if (interpreter->AllocateTensors() != kTfL…
-
Hi my friends,
I'm using Colab (with python3.10 ) for model training.
I tried to use both tflite-support or tflite_support_nightly like this:
But I got this error:
Please give me some so…
-
**Current status:** the C API doesn't yet support gradients for eager tensors, so work is on-hold until it's added. Two alternatives approaches are 1. use the graph (TensorFlow 1.0) API or 2. use the …
-
Getting the above error when running MoDisco.
Minimal example to reproduce the error:
```
import modisco
import numpy as np
import tensorflow as tf
one_hot = tf.one_hot(np.random.randint(lo…
-
I am using ubuntu 22 (ros2 humble) with intel realsense d435i . I want to get odometry path (trajectory)of the camera. I tried the steps mentioned on the github but I am not able to run any of the exa…
-
I want to launch the [movenet model](https://hub.tensorflow.google.cn/google/lite-model/movenet/singlepose/lightning/tflite/int8/4) at my board esp32s3 korvo-2.
And i firstly change the pretrained…
-
It is strange. It seems that the 'apptest' module is not enabled at first. @jaeyun-jung , We you come back from the winter vacation, Please share us tell on your work that you updated the existing app…
-
#### Description
[ESP-EYE](https://www.espressif.com/en/products/devkits/esp-eye/overview) is a development board for image recognition and audio processing, which can be used in various AIoT appli…