frankier / skelshop

📺 📰 🧑‍💼 Toolkit for skeleton & face analysis of talking heads (e.g. news) videos 🧑‍💼 📰 📺
https://frankier.github.io/skelshop
MIT License
5 stars 1 forks source link

Face embedding based on OpenPose #6

Closed frankier closed 3 years ago

frankier commented 3 years ago

face_recognition/dlib has a pipeline like so: coarse face detection -> keypoint detection -> crop/scale to 150x150 -> embedder

We already have exactly the keypoints needed when we run with face keypoints https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/463

So the issue is just to put these into a format dlib can work with.