Android size increased by tensorflow models

I ran expo build:android -t app-bundle and uploaded the artifact to google play. As an optimization, they’re showing me large files included in the bundle.

From what I can tell, those models are tensorflow models for FaceDetector. Is there anyway to prevent them from being included in the final artifact if our app does not use FaceDetector?

Thanks

Hey, same for us, our app bundle size doubled. FaceDetector must be use by a small amount of people :frowning: it could be nice to make it optional mainly when it takes half of the bundle size.

Thanks

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.