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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Update MLKit dependency, it's no longer part of Firebase.
Restructure and simply code. Unnecessary classes were removed, and FaceBoundsOverlay was simplified so that it renders any boxes it receives. The heavy-lifting (which includes correcting the face bounds, scaling, and mirroring them) was moved to FaceDetector.
Improve face detection. The previous face bounds correction was not entirely correct, which was resulting in the face bounds not being rendered exactly around the face (there were often offsets).