Uli Raich

Results 56 comments of Uli Raich

In fact I did not use the yaml file, but did the whole process manually. In fact I also did not use the boards directory of tensorflow-micropython-examples but I created...

I tried the model on an esp32-cam board which uses the ov2640 camera and things worked nicely. In fact, the ov2640 has a 96x96 pixel grey scale mode. I initialized...

I did not try because I don't have these modules. However, the pin connections are found in micropython-modules/micropython-camera-driver/modcamera.h You will have to re-build tflite-micro-micropython if you change these settings. You...

Hmmm, Link does not work for me.

On the ESP32 version I actually get the same problem: ![image](https://user-images.githubusercontent.com/1673533/148123862-f5ff4bf9-cd7f-4ee4-b938-9b5a5160aacb.png)

I pulled the new repo and tried the unix version, which now works fine for me (same output as shown above) You say, I should use model.tflite from the examples/micro-speech/esp32...