You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running example app on ios/android devices, using same model, same input image in both side, but the results is not same.
Generally the sequence of topN for Mobilenet is same, but the confidence percentage is a bit off, like testing a train image on android it says 69% but in ios it says 73%
I am also testing on some custom model on image classification as well, we result is more off in that case. In android it says 51%/49% and on ios it says 90%/10%
Is it the code of transforming the image to bitmap is a bit different on ios/android so the result is different?
The text was updated successfully, but these errors were encountered:
I am running example app on ios/android devices, using same model, same input image in both side, but the results is not same.
Generally the sequence of topN for Mobilenet is same, but the confidence percentage is a bit off, like testing a train image on android it says 69% but in ios it says 73%
I am also testing on some custom model on image classification as well, we result is more off in that case. In android it says 51%/49% and on ios it says 90%/10%
Is it the code of transforming the image to bitmap is a bit different on ios/android so the result is different?
The text was updated successfully, but these errors were encountered: