Skip to content
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

Trained nets #17

Open
marcinkeviciusp opened this issue Jun 6, 2022 · 2 comments
Open

Trained nets #17

marcinkeviciusp opened this issue Jun 6, 2022 · 2 comments

Comments

@marcinkeviciusp
Copy link

Hi, any chance we can get the trained networks / weights? Seems a bit pointless having everyone retrain it, especially since I saw an issue about the database no longer being available.

Thanks, Povilas

@christopher-beckham
Copy link
Collaborator

christopher-beckham commented Jun 6, 2022

Hi Marcin,

Pre-trained checkpoints can be found at the link that is here: https://github.com/joelmoniz/DepthNets/tree/master/depthnet-pytorch#experiments

Unless you mean wanting a pretrained network that maps images of faces directly to keypoints. We had one that we used internally, but it was trained a very long time ago under the Theano framework (@SinaHonari would have more details about this). There should be some off-the-shelf image-to-keypoint regression networks lying around on the internet that you can use. While some may generate 68 keypoints instead of 66, you could roughly figure out a heuristic to 'convert' to 66 keypoints through the use of this reference image. (We actually had to do this at one point for the opposite direction: converting from 66 to 68 keypoints, as computed in this method: https://github.com/joelmoniz/DepthNets/blob/master/depthnet-pytorch/util.py#L137-L148)

Let me know if there are any other concerns.

Thanks,
Chris

@christopher-beckham
Copy link
Collaborator

christopher-beckham commented Jun 6, 2022

This looks like a viable alternative to 3DFAW, and they also use 68 keypoints:

https://github.com/jiankangdeng/MenpoBenchmark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants