-
Notifications
You must be signed in to change notification settings - Fork 31
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
Key points extration model #13
Comments
ME TOO !!! PLEASE ..... |
Hi there, you can follow the steps mentioned here to use the Recombinator Networks to get the keypoint predictions: https://github.com/SinaHonari/RCN/tree/master/trained_model/RCN_300W There is a pre-trained keypoint prediction model you can use. This model was used to extract the keypoints for the DepthNet experiments. Note that the Recombinator Network repo is in Theano. |
thanks @SinaHonari . The question is that RCN extracts 68 points instead of 66 points used in DepthNet; is there a way to convert from 68 to 66 pts? |
@y-x-c there is this method in the utils.py file: DepthNets/depthnet-pytorch/util.py Lines 137 to 148 in 2faca1a
That converts from 66 to 68, but you could just use that to infer going from 68 to 66 (removing zero-indexed indices 60 and 64) |
thanks! I will try. |
@royaljava @seungtaekoh @y-x-c sorry for a rather late addressal of the issue. I have labeled it 'enhancement request'. While we used @SinaHonari's RCN network to extract face keypoints, unfortunately it is in Theano and perhaps not a lot of people use it anymore (or will bother to remember how to set it up). If you are able to use an off-the-shelf keypoint detector that extracts either 68 or 66 keypoints, that would be faster. Or, worst case scenario, you may have to train one yourself, but this shouldn't take too long if you're working with a modest resolution. An example of one of these repos can be found here: https://github.com/soheil-mpg/Facial-Keypoint-Detection (it includes data in the repo) Thanks. |
I can not get the permit of 3DFAW data, so I can not run the face rotation model with other data than the data of demo, too. Would you please offer me the pretrained keypoins extraction model or some more data to test the face rotation model.
Thanks!
The text was updated successfully, but these errors were encountered: