CheckDigitIncreaseConsistency not working for model dig-cont_0712_s3_q.tflite #3638
-
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
|
As far as i know, this option is only being available for digital ROIs, but you also activated analog ROIs. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I'm talking exactly about the that, what the description of the correction algorithm describes. But unfortunately this not available for the digital ROI model "dig-cont_0712_s3_q.tflite" Have a look at jomjol_flowcontroll/ClassFlowPostProcessing.cpp@869 The model "dig-cont_0712_s3_q.tflite" has CNNType |
Beta Was this translation helpful? Give feedback.
-
|
With DoubleHyprid10, a different/expanded calculation is carried out, but depending on AnalogDigitTransitionStart. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, setting Made a development version of the software with activated As far as i understand the CheckDigitIncreaseConsistency is a subsequent calculation, so it might be usefull for all models classifying digits. |
Beta Was this translation helpful? Give feedback.
-
|
Simply put the last two digits up a bit, then they should be recognized as 2.8 or 2.9. |
Beta Was this translation helpful? Give feedback.
-
Great, you are right. Moving the digit ROI up by four pixel leads to a perfect classification during zero-crossing. So my original problem is solved, I no longer need the calculation of Thanks |
Beta Was this translation helpful? Give feedback.




Great, you are right. Moving the digit ROI up by four pixel leads to a perfect classification during zero-crossing.
So my original problem is solved, I no longer need the calculation of
CheckDigitIncreaseConsistency.Thanks