SfSNet-PyTorch icon indicating copy to clipboard operation
SfSNet-PyTorch copied to clipboard

Could you release your whole training dataset of CelebA, i.e. CelebA_crop_resize_128?

Open BostonLobster opened this issue 6 years ago • 2 comments

Hi! Thanks very much for releasing your code.

But I have one more question: could you release your whole training dataset of CelebA? I saw it in generate_dataset_csv.py, in which there is something called CelebA_crop_resize_128.

Since CelebA has too many (200k+) images, I don't know which images are used in your training. So if at your convenience, could you upload the CelebA_crop_resize_128 set onto Google drive so that I can download?

BostonLobster avatar Aug 18 '19 12:08 BostonLobster

@BostonLobster I don't have access to server anymore. But, I will check if I can get the dataset. I randomly curated images from the dataset, you can do the same and re-train your model. Using same set of images for training is not mandatory.

bhushan23 avatar Aug 18 '19 19:08 bhushan23

@bhushan23 Thanks for your reply.

If so, could you share the method how you crop and resize the images to 128? I am stucking in how to process that.

BostonLobster avatar Aug 19 '19 05:08 BostonLobster