-
The version of setuptools pinned in #2733 is incompatible with bazel, more info here: https://github.com/pypa/setuptools/issues/4487. Manually downgrading to 70.3.0 resolves this issue.
Tested on …
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
None
### OS Platform and Distribution
Google Colab (Linux) Ubuntu 22.04.3 LTS
### MediaPipe Tasks …
-
### Description of the bug:
running this script
https://github.com/johndpope/IMF/blob/main/tf-export-edge.py
```shell
python tf-export-edge.py
2024-10-19 07:20:44.455948: I tensorflo…
-
I am getting this error when i am using my custom tflite model which detects pose and running in python successfully.
My app level build.gradle file contains:
```
dependencies {
impleme…
-
on 1.4.0, I have the following error on mac m2 when compiling:
In file included from /Users/pingou/react/app/node_modules/react-native-fast-tflite/cpp/TensorHelpers.cpp:9:
/Users/pingou/react/app/…
-
Hi!
I am getting a bunch of linker errors, appearing to be circular imports. I am using TFLM_ESP32 v2.0 and EloquentTinyML 3.0.1
Thanks in advance.
Linking everything together...
/home/alvaro…
-
### Issue Type
Feature Request
### OS
Linux
### onnx2tf version number
1.26.0
### onnx version number
1.16.1
### onnxruntime version number
1.18.1
### onnxsim (onnx_simplifier) version numbe…
-
Can you please add official port of the TensorFlow Lite Micro library to new RP2350 (and old RP2040) microcontroller platforms?
There looks to be a few unofficial ports of the [TensorFlow Lite Micr…
-
**Is your feature request related to a problem? Please describe.**
Yes.
I'm interested in a solution for Android, to upscale images, but it seems very hard to find any solution of it.
**Describ…
-
### 1. System information
- Linux Ubuntu 24.04
- TF 2.17.0 (pip) and Keras 3.5.0
### 2. Code
A TF model is first exported using Keras 3.5.0:
```model.export(model_name)```
Then when th…