-
Notifications
You must be signed in to change notification settings - Fork 28
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
Different distance between ear and earrings #4
Comments
Hi @Juanmaramon Thank you for your feedback. 2 landmarks are computed for each ear, and the earring center will be an interpolation between these 2 points ( The earrings VTO is currently more suited to big earrings, like in the provided example, than small earrings (like ears studs). Among my short term goals, I want to increase the accuracy for this use-case. I also think that in your pictures the position may be disturbed by the hair. I will try to train some neural networks with more morphing around the ears since currently maybe the landmarks are computed relative to the global area around the ear and not the ear by itself. The current problem is about the training of the neural network and it is closer to cooking than real science. |
Great @xavierjs Thanks for the detail feedback and let's see what happen with the new ANN training :) |
Hi @Juanmaramon I have updated the repository with a new earrings neural network (NN_EARS_1.json). Best regards, |
Hi @Juanmaramon The latest neural network, Best, |
Hi @xavierjs,
I was trying the Earrings3D demo but changing the earring 3d model. I notice that if the face shape changes then the earrings are located on different parts of the ear. The 3D earring model origin is in the (0, 0, 0) coordinate system.
Are the ear landmarks position estimated?
Thanks!
The text was updated successfully, but these errors were encountered: