AI-on-the-edge-device
AI-on-the-edge-device copied to clipboard
Save recognized numbers on error
The Feature
When the result of a roundtrip is an error (e.g. negative rate), save the pictures of the recognised numbers along with the result number.
I want to know, what happens in vase of an error. Often the problem solves itself within the next rounds. Ti investigate, what is happening, this would definitely help.
Such errors are usually due to the problem every neuronal network has, it picks the closest option. And since the models contain all kind of meters, it is always a compromise. This means, if eg. a digit gets close to 5.9, it could be read as 6.9. This even get worse as some meters do not show the digits very accurate, eg. the flip to early or to late. There is nothing we can do against this except the validations (max rate, neg rate) which are already implemented.
BTW, if you have a good SD-Card, nothing speaks against writing every round to the card, I do it since months without issues.
The implemented measure help a lot. But the question is, which digits get regularly misread.
In some cases I have the same digit multiple times, looking nearly identical but produce different output.
Maybe I have to try to train a specific model for my digits.
Here is an example:
It is odd, the almost identical 9
get once recognized as a 9
and also as 1
...