Skip to content

Data Augmentation #3

@FranzHahn

Description

@FranzHahn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions