MM-CelebA-HQ-Dataset
MM-CelebA-HQ-Dataset copied to clipboard
Upload 'caption.pickle' file
Dear author, thanks for share your code and dataset. Would you mind sharing the caption.pickle file of DFGAN and AttnGAN? Since I got a different result when using the pre-processing code of DFGAN to process the dataset. Thanks a lot,
If you don't upload the 'caption.pickle' file, the pre-trained weight of DFGAN, DMGAN and AttnGAN may be not useful!!
Sorry for the delayed response. I am unable to provide the requested caption.pickle file. This file can be generated automatically during the training process. If you do not find the pre-trained models useful, you can easily train them yourself with the dataset, which is a straightforward process.
I just found the 'caption.pickle' file from #4.
This function loads
captions.pickle
fromdata_dir
if it exists. If not, it will build such dictionary from scratch. You can use this pickle file I shared and put it indata_dir
.