-
Notifications
You must be signed in to change notification settings - Fork 648
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
False post-process value witch "extended Resolution" false #2465
Closed
haverland opened this issue
Jun 11, 2023
· 0 comments
· Fixed by Slider0007/AI-on-the-edge-device#34
Closed
False post-process value witch "extended Resolution" false #2465
haverland opened this issue
Jun 11, 2023
· 0 comments
· Fixed by Slider0007/AI-on-the-edge-device#34
Labels
bug
Something isn't working
Comments
jomjol
pushed a commit
that referenced
this issue
Jun 12, 2023
Slider0007
pushed a commit
to Slider0007/AI-on-the-edge-device
that referenced
this issue
Jun 20, 2023
* added more debug for jomjol#2447 * new model on new images dig-class100-0165_s2 * jomjol#2465 fix first digit with extended_Resolution=false
Slider0007
added a commit
to Slider0007/AI-on-the-edge-device
that referenced
this issue
Jun 20, 2023
* jomjol#2465 fix first digit with extended_Resolution=false Co-authored-by: Frank Haverland <fspapaping@googlemail.com>
jomjol
pushed a commit
that referenced
this issue
Jul 30, 2023
LordGuilly
pushed a commit
to LordGuilly/AI-on-the-edge-device
that referenced
this issue
Oct 12, 2023
* added more debug for jomjol#2447 * new model on new images dig-class100-0165_s2 * jomjol#2465 fix first digit with extended_Resolution=false * fix jomjol#2491 * jomjol#2540 fix trunc of first with imprecise precision
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Problem
The first digit will on value >9.5 to 0, if extended resolution is set false.
In second part of the condition should be (result_after_decimal_point >= (1-Digital_Uncertainty) * 10)
AI-on-the-edge-device/code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.cpp
Line 146 in 09ecd72
But I am wondering why the first digit must be handled in transition. Where's no need for it.
Version
15.2.4
Logfile
Expected Behavior
Result of the first digit should be the int-value of the recognition.
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: