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

Can I input a strange face and output a face of different emotions or poses? #10

Closed
henryham opened this issue Dec 3, 2016 · 3 comments

Comments

@henryham
Copy link

henryham commented Dec 3, 2016

Hi~zo7, as I run command 'python3 face.py generate...', I find I can only get the face of what I have trained (Extend Yale face Dataset B).
How can I input a strange face and get the same face of different emotions or poses? :)

@somewacko
Copy link
Owner

What do you mean by a strange face? You don't input a face to the network, you input the parameters of what you want to draw, i.e. combinations of parameters the network has already seen.

@henryham
Copy link
Author

henryham commented Dec 4, 2016

Sorry, I haven't expressed clearly.
I have drawn some faces with the params in the single.yaml files. But I can get the faces of different person only by changing the parameter 'id'. So the number of faces is limited to the number of data I have trained.
I want ask if it is possible to get a 'happy' face from a neutral face not in the training data? like getting a happy face of myself without training all emotions of my face?
Thanks a lot~

@somewacko
Copy link
Owner

No, this can't do that, it's currently designed to interpolate between known examples, you'd need a different kind of model to do that.

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