-
```
#include "main_functions.h"
#include "app_camera_esp.h"
#include "tensorflow/lite/micro/micro_interpreter.h"
#include "tensorflow/lite/micro/micro_log.h"
#include "tensorflow/lite/micro/mic…
-
When i upload the micro speech project into apollo3 from Arduino IDE i get this message #include "tensorflow/lite/c/c_api_internal.h"
How i can resolve this ?
-
This is continuation of #5080, but with more specific goals.
### Goal
To measure luci-interpreter performance and memory consumption for models delivered with tflite-micro: https://github.com/tens…
-
I've tried to compile your exercice_iris sketch with the the official Arduino_TensorFlowLite library which you can find in the library manager of the Arduino IDE (Version 1.15.0-ALPHA). This works whe…
-
Hi
I am trying to create a new KWS model. I trained a model on this notebook.
https://github.com/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/examples/micro_speech/train/train_micro_speec…
-
In the following line from `third_party/tflite-micro/tensorflow/lite/micro/micro_profiler.cc`,
```
MicroPrintf("%d,%s,%" PRIu32, i, tags_[i], ticks);
```
`PRIu32` gets replaced by `lu`, so the…
-
Hi, hello to everyone. I would like to know why micro_ speech model, model. h model. cc, is so small that it is only 120kb. After training with TensorFlow, the PB model also has 250kb converted to Ten…
-
### Flavor
OpenWakeWord or no wake word
### Checklist
- [X] This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
- [X] This issue is not a duplicate issue …
-
Hello...
I am following with guide in this site ii order to deploy AI model to STM32F4. But I have the problem in compile.
This issue is the same to other issue(Error in compile tflu-kws-cortex-m…
-
Hi, mocleiri.
After I successfully completed the image classification based on edge impulse and tensorflow-micropython-examples, I began to try the audio classification based on edge impulse.
At…