Michael O'Cleirigh
Michael O'Cleirigh
While building the 1.5.4 release I got some errors about test-jar type artifacts not existing. The cause is an upstream wicket change from December 2011: https://issues.apache.org/jira/browse/WICKET-4281 I have changed the...
When we port the old wiki content from confluence it is likely that many of the pages only relate to modules that were in wicket 1.3 and that some 1.4...
This is work in progress to change how tensorflow is built and linked into the microlite firmware. Instead of enumerating all of the source files I build the tensorflow part...
Espressif is actively maintaining the https://github.com/espressif/tflite-micro-esp-examples repository which is the Tensorflow for Microcontrollers build for esp32 using C/C++ using ESP-IDF. Instead of depending on [tflite micro](https://github.com/tensorflow/tflite-micro) directly we can depend...
https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository https://github.com/softprops/action-gh-release Also want to make sure the release version is included in the name of the firmware even if it is hard coded for the first iteration. Or at...
There was a request for Zephyr support: https://groups.google.com/a/tensorflow.org/g/micro/c/Uun_ZSkv2OQ Litex VexRiscv SoC Arty FPGA But I'm also interested to see if this can be a way to get STM32 working.
Recently tflite made a new example implemented using tflite python on raspberry pi. https://github.com/tensorflow/examples/tree/master/lite/examples/object_detection/raspberry_pi https://youtu.be/mNjXEybFn98 The tflite model size is 4MB so can be tried on Teensy 4.1 or other...
I'm splitting this question from surajkumarpandey in #99 out into a separate issue. ` Is there a documentation for the functions/objects used in the Hello_world example? I am trying to...
On June 3, 2022 https://github.com/tensorflow/tflite-micro/pull/1147 was merged into the upstream tflm repository. It added a C Python wrapper for running tflm in unix. As part of this it also added...
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...