Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 727 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 727 Bytes

GAN_BEGAN for human face

Github author: 蔡詠平

Tool: Pytorch

Method: BEGAN

Step

1.face detect and cut the ROI in the image (Data/face_detect.py)

2.random flip the image left to right

3.train the model by BEGAN algo (began5.py)

4.generate image (generate2.py)

Config5

I try a lot of paramater this one is the best one in 48000 iter.

Massive reference

Boundary Equilibrium Generative Adversarial Networks: https://arxiv.org/abs/1703.10717

DCGAN: https://github.com/chenyuntc/pytorch-book/tree/master/chapter07-AnimeGAN

BEGAN implement: https://github.com/sunshineatnoon/Paper-Implementations/tree/master/BEGAN

Result

image