You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the enormously long delay in response, I am sure by now my response is most likely irrelevant because you've either found the answer or moved onto something else. No DepthNet by itself cannot regress 2D keypoints. Internally, when we needed to extract 2D keypoints from a face we used @SinaHonari 's recombinator network, though if I remember correctly the implementation was in Theano (which by today's standards is ancient). You should use whatever off-the-shelf keypoint extractor you can find online (there should be many).
If the keypoint extractor ends up extracting 68 keypoints, you could use this diagram to help you figure out what two keypoint coordinates you need to remove in order to make it 66 (it's a bit of a hack but it should suffice):
I finished the example that makes a man's face be warped to Obama's face.
As long as I know, If I want to warp custom face to another, I should prepare 2d keypoints for source and target face.
Can DepthNet model output 2dkeypoints?
If it is not, can you recommend good 2dkeypoints model?
Thank you!
The text was updated successfully, but these errors were encountered: