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

Run supervised face UMAP #6

Open
kylemcdonald opened this issue Mar 28, 2019 · 0 comments
Open

Run supervised face UMAP #6

kylemcdonald opened this issue Mar 28, 2019 · 0 comments
Assignees

Comments

@kylemcdonald
Copy link
Collaborator

Right now the face UMAP uses the OpenFace descriptors. These do not have a "canonical order" because it is a list of face not a list of photos.

To run UMAP on faces with supervision, we need:

  • a .npy file of 32x32 pixel images for each face
  • a .npy of the openface descriptors
  • a .npy of one hot vector of genders and ages

All of these files should have the same number of rows, and each row should correspond to the same face.

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