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
Android Device information :
samsung/o1qzhx/o1q:12/SP1A.210812.016/G9910ZHU2CVG2:user/release-keys
TensorFlow Lite in Play Services SDK version :
'com.google.android.gms:play-services-tflite-support:16.0.1'
'com.google.android.gms:play-services-tflite-gpu:16.1.0'
Google Play Services version
23.16.13(190408-527363516)
Everything seemed fine on almost all devices. However, our test team recently attempted to test our app on the Samsung S21 and discovered that the AI inference results are noisy when there are animations on the app's GUI. This issue only occurs in the PlayService/GPU scenario. If I switch to standalone mode, everything works well. We also found that setting "android:hardwareAccelerated" to false in the AndroidManifest.xml can produce stable results, but it's obviously not a reasonable solution. Has anyone else experienced a similar issue? I would appreciate any advice or suggestions.
The text was updated successfully, but these errors were encountered:
This issue originally reported by @JeremyJian has been moved to this dedicated repository for LiteRT to enhance issue tracking and prioritization. To ensure continuity, we have created this new issue on your behalf.
We appreciate your understanding and look forward to your continued involvement.
System information
samsung/o1qzhx/o1q:12/SP1A.210812.016/G9910ZHU2CVG2:user/release-keys
'com.google.android.gms:play-services-tflite-support:16.0.1'
'com.google.android.gms:play-services-tflite-gpu:16.1.0'
23.16.13(190408-527363516)
I followed the tutorial from
https://www.tensorflow.org/lite/android/play_services#java_6.
Everything seemed fine on almost all devices. However, our test team recently attempted to test our app on the Samsung S21 and discovered that the AI inference results are noisy when there are animations on the app's GUI. This issue only occurs in the PlayService/GPU scenario. If I switch to standalone mode, everything works well. We also found that setting "android:hardwareAccelerated" to false in the AndroidManifest.xml can produce stable results, but it's obviously not a reasonable solution. Has anyone else experienced a similar issue? I would appreciate any advice or suggestions.
The text was updated successfully, but these errors were encountered: