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
{{ message }}
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
MLKit's on-device Label Detection is very poor when compared to TensorFlow Label detection. MLKit on-device model is not able to predict the images accurately .
When I debugged the both apps, I found that MLKit uses preview ImageFormat as NV21 and TensorFlow is using YUV_420_888 Image format.
And I even tried using tflite model from TensorFlow app as a custom model in the MLKit android app and I see the predictions results are not satisfactory (the results are same as ML Kits on device
Label Detection)
You can see the prediction results of MLKit and TensorFlow apps on water bottle and Laptop input Images.