Tensorflow support?
Posted: Wed Mar 11, 2020 2:18 am
by driedler
I see the Tensorflow-Micro project now supports the ESP32:
https://github.com/tensorflow/tensorflo ... a_hifimini
Does anyone know how to build for this target?
Specifically, I'm looking for the header:
#include <xtensa/tie/xt_hifi2.h>
Any insights would be greatly appreciated.
Thanks!
Re: Tensorflow support?
Posted: Thu Mar 12, 2020 9:10 am
by ESP_Sprite
No idea why you'd need that header, as the ESP32 does not support Xtensas HiFi DSP extensions.
Re: Tensorflow support?
Posted: Wed Mar 18, 2020 4:23 pm
by driedler
Thanks for your reply. That's what I was wondering... I was hoping maybe it did and just was not advertised.
I suppose this file:
https://github.com/tensorflow/tensorflo ... a_hifimini
requires different hardware than the standard ESP32.
Re: Tensorflow support?
Posted: Thu Mar 19, 2020 10:02 am
by ESP_Vikram
By the way, you can now build and run TFLite micro examples on ESP32.
https://github.com/tensorflow/tensorflo ... y-to-esp32
Re: Tensorflow support?
Posted: Mon Aug 16, 2021 2:56 pm
by bkgoodman
Is there any example project for grabbing a camera frame and running it through a Tensorflow light NN (perferably, one generated elsewhere with Keras?)
That IMHO would go a billion miles towards getting people up-and-running for real-world applications!