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

Data Augmentation #3

Open
FranzHahn opened this issue Jul 18, 2018 · 1 comment
Open

Data Augmentation #3

FranzHahn opened this issue Jul 18, 2018 · 1 comment

Comments

@FranzHahn
Copy link

FranzHahn commented Jul 18, 2018

In your data augmentation you create three alternative version:

  • flipped
  • rotated left
  • rotated right

I would suggest you also use flipped + rotated left and flipped + rotated right. Otherwise you are biasing your data, such that the faces more likely look in the direction that the original image faces.

Additionally, this should alleviate some of the zig-zagging that your losses are doing, as currently the discriminator favors faces that look in a specific way.

@zhj131
Copy link

zhj131 commented Jan 23, 2019

I can't download the training data from the given links, can you send me a copy? my email: [email protected], thank you very much!

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