AI-on-the-edge-device
AI-on-the-edge-device copied to clipboard
Supporting digits moving on a circle (sideways)
The Feature
There a meters that have digits on a dial moving "sideways". Feature request to support such meters.
can you provide screenshots? Will it not work with the current version and trained digits?
I tried quickly to read it but get false reading due to the larger gap between numbers I guess.
Well, the first task is to collect images and train a model. I would expect if you add your images to the training, it should work.
I am interested in the same feature and I can´t figure out how to get it to work.
I added a screenshot and If there are more screenshots needed I would be happy to provide them to help get this feature developed / enabled.
Well, the first task is to collect images and train a model. I would expect if you add your images to the training, it should work. @caco3 can you please tell us how to do so?
My water meter was replaced today with this type. The reading of the black one is wrong (should be 8 i guess).
Used analog model: ana-class100_0170_s1_q.tflite
I have the same water meter, and it doesn't work. Anything I can do to help make this work?
until somebody records digits (not pointers) and extends the firmware for this, all you can do is to drop the last 2 number position.
Well, tbh I'm not sure what to do and this was already asked:
@caco3 can you please tell us how to do so?
Do I understand correct that the first step is to get screenshots and provide them to whoever is able to train a model?
Hi, this is a major change with quite some effort. The following things would need to be done:
- Get training data and create a specific trained neural network on this type of horizontally rotating numbers.
- Extend the inner logic of the firmware to have not only digits and analog number, but to have different types of analog number --> load a neural network for each image individually
- Extend the GUI to configure and manage this settings also for the user
Especially number 2 & 3 are time consuming. Let me know, if somebody is working on this.