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
@bharat-biradar ,downgrading to 0.6.0 works but it bloats my apk even after adding ignore code in gradle, how can I remove the models folder (containing models for contours ,etc ) without breaking my app. I am only using face detection, to get bounding boxes around all the faces in the image.
@bharat-biradar ,downgrading to 0.6.0 works but it bloats my apk even after adding ignore code in gradle, how can I remove the models folder (containing models for contours ,etc ) without breaking my app. I am only using face detection, to get bounding boxes around all the faces in the image.
You can remove it in the build.gradle. More details: #26
We released a new version of google_ml_kit in which we have split all the plugins in multiple plugins to avoid removing the models for API you are not using, go to our readme and start using the new plugin you need.
ML-kit version
0.7.0
The text was updated successfully, but these errors were encountered: