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!
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!
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!