tensorflow-micropython-examples icon indicating copy to clipboard operation
tensorflow-micropython-examples copied to clipboard

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.

Results 60 tensorflow-micropython-examples issues
Sort by recently updated
recently updated
newest added

Is there a way to include the esp32 bluetooth module in the micropython binary? Thanks

Hi guys, I am using the ESP32-WROVER-IE board with the ov2640 camera connected to it. I am trying to run the person detection example and see if I can get...

hi, i want to get some grayscale image from esp32cam module and thought that it's the easiest to capture a raw image, save it and read it via ampy get......

When I load my model into the interpreter I get this error Error in the comment below

I am currently am running 2 threads on the esp32 using [https://docs.pycom.io/firmwareapi/micropython/_thread/](url). Before I run one of the threads I run `_thread.stack_size(...)` to allocate more than enough memory for the...

Hi,mocleiri! I have learn about arduino and try to play micropython recently I am using the rasdpberrry pico and upload the firmware successfully But when I import hello_world.py,it doesn't work...

I followed the instructions, https://github.com/mocleiri/tensorflow-micropython-examples/tree/main/examples/hello-world#rp2-port, to run the hello_world example on my raspberry pico. When I copy: - `hello_world.py` - `model.tflite` - and `main.py` which just contains `import hello_world` The...

Hi I have a custom model with output shape of [1, 400], that has been quantised with tf.int8 for inputs and outputs. However when I run this code to find...

Hi all, I have created a build based on the STM32 samples from this repo for [NUCLEO_F746ZG with STM32F746ZG](https://www.st.com/en/evaluation-tools/nucleo-f746zg.html). Using a good [commit 49521](https://github.com/mocleiri/tensorflow-micropython-examples/tree/feature/63-fix-configurable-op-resolver) the compilation and generation of the...

First you need to use specific SPI pins when connecting the microphone. Also there is a switch needed to be enabled in the mpconfigboard.h file. ``` // turn on I2S...