new tflite for binary recognition #3405
Replies: 6 comments 2 replies
-
https://github.com/jomjol/neural-network-digital-counter-readout |
Beta Was this translation helpful? Give feedback.
-
HI SybexX, thnk you for your advice. I've read a lot, but i cant find the dimensions to which the aiontheedge is resizing the ROI-Data before input into the original tflite - or easier spoken, which dimension should any tflite be trained for usage in AIONTHEEDGE? |
Beta Was this translation helpful? Give feedback.
-
Thank you very much. I'm sure this will help me a lot. |
Beta Was this translation helpful? Give feedback.
-
Hi @renderender, I currently also have plans to train a binary model to recognise a small little icon ("hot_water") on the display on my heater. Best |
Beta Was this translation helpful? Give feedback.
-
Just be aware, that the software only supports two different tflite-models at a time:
|
Beta Was this translation helpful? Give feedback.
-
Hi all, first of all, thank u so much! i just had a hard time, trying to train a"binary" model for luminance regognition (Black/white) so i went on and tried to train a model with the above linked code (thanx SybexX) but the idea of manipulating the tflite model to use just 4 categorys instead of 11 didn't bring me to success... So i just did in a dirty way and trained a new model with the existing code an 11 categorys and managed the model not to train 7 of 11 categorys. So i got my tflite trained for my 4 posibilities of my heating system... What i did, was:
i hope i didn't miss anything... If i can help in any way... i'm here |
Beta Was this translation helpful? Give feedback.
-
Hi
i'm trying to train a tflite model for binary recognition for the digital ROIs - here is why:
i have a LED-matrix on my heating-system and i need to know if certain ROIs of the AiOnTheEdge are white or black - basically if the led is on or not. But i get stuck! Everytime i try a different tflite model on my esp32cam - every single model, even the smallest, results in a freezing AIonTheEdge detection.
So i'm wondering if there is any special needs for the tflite model to be? Is there any documentation on how the models must be trained?
Beta Was this translation helpful? Give feedback.
All reactions