Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

represent array of 68 2D points as histogram to filter faces? #108

Closed
iperov opened this issue Mar 21, 2018 · 3 comments
Closed

represent array of 68 2D points as histogram to filter faces? #108

iperov opened this issue Mar 21, 2018 · 3 comments

Comments

@iperov
Copy link

iperov commented Mar 21, 2018

Is there way to represent 68 points alignments as histogram like

chrome_2018-03-21_10-29-27

will it help to cut unnecessary faces to make faceset more regular and better for nn?

@Clorr
Copy link
Collaborator

Clorr commented Mar 21, 2018

I think this is what was the 1st intention in deepfakes/faceswap#123 . I agree it would be good to have this to be able to compare 2 facesets before starting training

@Clorr
Copy link
Collaborator

Clorr commented Mar 21, 2018

There are various examples around. I don't know if you have found some interesting ones. Maybe this one can help: https://github.com/mpatacchiola/deepgaze/blob/master/examples/ex_dlib_pnp_head_pose_estimation_video.py (One guy tried here to output the values as angles: mpatacchiola/deepgaze#40)

(Note that we can use the landmarks we already have instead of using their lib)

@iperov
Copy link
Author

iperov commented Mar 21, 2018

solved

@iperov iperov closed this as completed Mar 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants