-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
In principal the ESP32 has some limits with going up in recognition rate. |
Beta Was this translation helpful? Give feedback.
-
Yes, you got my idea. I would suggest to start from scratch. |
Beta Was this translation helpful? Give feedback.
In principal the ESP32 has some limits with going up in recognition rate.
There are some special tricks and optimizations in the CNN, the flow and the way you implement it, that allows you to go down to about 1s readout rate, which I offer in a commercial branch of this idea and do not support here.
If it is such a clear digit I would go another way: simply readout the intensity of the 7 segment from the pixels and judge back to the number. That will be very fast.