andrewliao11 / CoGAN-tensorflow

Implement Coupled Generative Adversarial Networks in Tensorflow
101 stars 28 forks source link

Looking for the celebA dataset split_img.npz #2

Closed kaihuchen closed 7 years ago

kaihuchen commented 7 years ago

I'd like to the try this code on the celebA dataset, mainly for reproducing the faces+attributes test (see Figure 4 in the original paper). I noticed that there is a celebA class in utils.py that references a file named split_img.npz. Where can I find this file? It does not seems to be on the website http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html referenced in the original paper. Thanks!

andrewliao11 commented 7 years ago

Hi I do implement this code in celebA before, but still WIP I just committed my preprocess code and metadata, hope it can help you If you finish it, PR is welcomed!

hinash88 commented 5 years ago

Hi,

Any help available for the listed issue?