Closed Lait-au-Cafe closed 4 years ago
The given face extrapolation model is trained on CelebA-HQ (256x256) instead of the original celeba. Using the testing images from celeba as inputs to your trained model on celeba should yield reasonable results.
P.S. The train/test splits of CelebA-HQ are given in train_shuffled.txt and val_shuffled.txt.
I'm planning to use this network for other domain and I'm trying to train the network by myself with train.py. First of all, in order to clarify whether my way of training is correct, I proceeded training starting from pretrained checkpoint of CelebA which you provide in Google Drive, using CelebA dataset. Here, I expected the results of test.py don't drastically change because I thought the provided pretrained checkpoint was well converged one. However, additionally trained network yielded bad results. I think some parameters need to be tuned but I'm not sure how to fix this.
Dataset: Acquired from the CelebA homepage (http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html). dataset/CelebA/Img/img_align_celeba.zip at the GoogleDrive (https://drive.google.com/drive/folders/0B7EVK8r0v71pWEZsZE9oNnFzTm8)
Commands:
Result