Pytorch-cyclegan-and-pix2pix: Hint for network flexibility

Created on 13 Oct 2019  路  1Comment  路  Source: junyanz/pytorch-CycleGAN-and-pix2pix

Hi, thanks for your great work.

I'm trying to apply cyclegan on my own custom anime dataset to learn facial expression transfer.
My dataset includes 2000 sad and 2000 happy images.

I run the training process for about 100k iterations.

The problem is that I only see some small changes specially in mouth part. Do you have any suggestion? How can I make network more flexible for changing different parts of faces?

Some sample results

392-images
385-images
365-images

Most helpful comment

I recommend that you use a smaller lambda for cycle consistency loss, remove identity loss, or increase the receptive field of the discriminator. You can also experiment with a bigger generator.

>All comments

I recommend that you use a smaller lambda for cycle consistency loss, remove identity loss, or increase the receptive field of the discriminator. You can also experiment with a bigger generator.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

John1231983 picture John1231983  路  3Comments

AlexanLee picture AlexanLee  路  4Comments

lyhangustc picture lyhangustc  路  5Comments

JamesChenChina picture JamesChenChina  路  3Comments

wjx2 picture wjx2  路  3Comments