CaCO3
CaCO3
> Would be in my opinion good to add this in the wiki. We are always open for support. I am also willing to show how to extend the documentation!...
can you have a look on https://github.com/jomjol/AI-on-the-edge-device-docs/blob/main/README.md for an introduction? Afterwards we could do an online meeting to clarify open questions.
What would be a better name? I agree that it is confusing. How ever whenever I in programming need a value of the round before, I suffix it with `_previous`,...
`last_valid_value` sounds like a good name to me. @friedpa Sometimes one must break legacy to get things easier to handle. Like in 15.0, we invested quite some time to migrate...
Is the only difference the bottom right arrow? It might be quite tricky to detect such thing reliably. And it for sure would have to be specifically trained/configured.
Technically it is posssible, but I think it is quite dome effort. some solutions which might work for now: - disable negativeRateCheck and maxRateCheck and postprocess/split on receiver side. it...
Another request: https://github.com/jomjol/AI-on-the-edge-device/discussions/2183
Which model are you using? Did you give https://jomjol.github.io/AI-on-the-edge-device-docs/Choosing-the-Model/#dig-class11 a try? Looking on the documentation, this actually should solve your issue by detecting blank displays as NaN. Just to make...
https://github.com/jomjol/AI-on-the-edge-device/discussions/2390#discussioncomment-6430819
hmm, there seems already to be such check: https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/code/components/jomjol_helper/sdcard_check.cpp#L14 ...