-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alignment improvements #50
Comments
Hi @hbredin - you're right, we don't. It was just easiest for prototyping to add these redundantly. Opening this issue to improve this portion of alignment, it should reduce the execution time. |
Related:
|
These improvements are likely to improve our LFW performance. |
I see this issue is marked with the "help wanted" tag. How can we help? I'd suggest something very simple inspired by this:
where However, I guess if we change the way faces are normalized, the whole neural net needs to be retrained, right? |
Hi @hbredin - thanks for the code snippet. Currently marked as If we're lucky, this change will be compatible with the existing If it decreases the |
Thanks @hbredin for the great feedback! 1. Make it clear dlib expects RGB images. 2. Keep the mean landmarks in the alignment source code rather than loading them from a txt file. 3. Normalize the mean landmarks between 0 and 1 for the transformation.
Thanks again @hbredin! Merged everything into the master branch. |
Great. Thanks. Looking forward to v2 model :) |
From @hbredin: df40fa2#commitcomment-14206211
The text was updated successfully, but these errors were encountered: