vanhuyz / CycleGAN-TensorFlow

An implementation of CycleGan using TensorFlow
MIT License
1.19k stars 436 forks source link

face become unrecognised when changing to a face smile #71

Open reneix opened 6 years ago

reneix commented 6 years ago

Hi, I'm trying to make a smile face, using common faces as X and genki4k as Y。 X include 600 pics, Y include 500 pics, all resized to 96*96。 after run about 41k steps, I tried to gen Y from X,but faces are very hard to recognize。 please advice。

INFO:root:-----------Step 41300:------------- INFO:root: G_loss : 2.0845248699188232 INFO:root: D_Y_loss : 0.11265528202056885 INFO:root: F_loss : 2.6741137504577637 INFO:root: D_X_loss : 0.1405256986618042

manvirvirk commented 4 years ago

how to train this model on my dataset? i want to use my dataset

XuJ1E commented 2 years ago

Hi, I'm trying to make a smile face, using common faces as X and genki4k as Y。 X include 600 pics, Y include 500 pics, all resized to 96*96。 after run about 41k steps, I tried to gen Y from X,but faces are very hard to recognize。 please advice。

INFO:root:-----------Step 41300:------------- INFO:root: G_loss : 2.0845248699188232 INFO:root: D_Y_loss : 0.11265528202056885 INFO:root: F_loss : 2.6741137504577637 INFO:root: D_X_loss : 0.1405256986618042

how did you implement the checkpoint data, visiualize the pic?can you give me some cmd,after train the model!thank you very much