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

Practical Application? #4

Open
ghost opened this issue Jul 19, 2017 · 0 comments
Open

Practical Application? #4

ghost opened this issue Jul 19, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 19, 2017

Hi! I'm very interested in your project, I'm currently working on an open source project that should be able to interpolate the face (with expression) in video frames of person a into something that looks more like person b.

What I have so far:

Dataset Generation

  • Extracting frames from many youtube videos of person a or person b
  • Running facial recognition and alignment to save every training usable region of interest with the correct people into personA and personB folders

Translation Utility

  • Provide low fps video of person a, for each frame extract the region of interest (face)
  • Run it through some kind of image translation (I would like to use your project for that)
  • Then save the result back into the original region of interest. (possibly add color correction, etc of modified roi with pix2pix)

What I want to use your project for:

Image Translation
personA->personB conversion (or at least a high similarity, like in the male->female projects) of regions of interest in individual videoframes

What I don't understand

How to use your project for this purpose ;) Can you point me in a direction, so that I can set up your project for this specific application?

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

0 participants