-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Previous Value Input for Plausibility Check #3379
Comments
have you tried this parameter/algorithm: https://jomjol.github.io/AI-on-the-edge-device-docs/Correction%20Algorithm/#checkdigitincreaseconsistency |
Thanks for reaching out, @SybexX. I tried this parameter and also enabled it, but it seems to be an issue with the recognition here. The 8 is recognized as "3.9" (4), even after a reboot it directly starts with writing "4" instead of "8" to my InfluxDB. That's why I was mentioning the plausibility check (which could be done within the "data set" and/or compared to the (manually entered) "previous value" 😸 |
@Ashcora Did you set PreValue correctly before the reboot? Normally the algorithm should turn the 4 into an 8. |
@SybexX : Yes it is set to the respective value (which is +1 in the meantime 😆 ). I have reset all the settings and reference images to check if they are now recognized correctly. |
It seems to be working so far (after making the reset) - with this expert parameter it is to be seen as kind of plausibility check 🙂 |
Description:
Currently, the AI-on-the-edge-device misinterprets the digit "8" as "4" due to the specific font used on my powermeter. This misrecognition leads to implausible readings, such as my powermeter showing a reduction of 4000 kW within 1.5 hours. To address this issue, it would be beneficial to have a feature allowing users to input the previous value, and enabling the AI to perform a plausibility check and correct obvious errors.
**Feature Proposal:
Previous Value Input:
Plausibility Check:
Use Case:
Benefits:
The text was updated successfully, but these errors were encountered: