(v0.12.0): Drop face_reconigition Python package #20
IliasHad
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
With this release, we can support Linux ARM64 and AMD64. I dropped support of the face_recongition, which was responsible for face recognition over video frames, but I had a lot of issues getting it to work cross platforms (arm specially) this issue.
I switched to using deepface, which was easier to migrate, and I don't need to precompile dlib for the project use case and the model that I'm using (
VGG-Face). And reduce the Docker build time and image size. More details hereAnd now, the face labeling will be folder-based, and we don't need to load face encoding into a json file. I can pass the faces folder to deepface and they handle the rest. More details here
And I dropped the emotion detection plugin, and now I'm using face recognition to do both in one shot (face and emotion recognized). More details here
New Contributors and special shoutouts
This discussion was created from the release (v0.12.0): Drop face_reconigition Python package .
Beta Was this translation helpful? Give feedback.
All reactions