MathiasGruber / PConv-Keras

Unofficial implementation of "Image Inpainting for Irregular Holes Using Partial Convolutions". Try at: www.fixmyphoto.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

celebaHQ-512 data

nickxtsui opened this issue · comments

I notice that the code requires

C:\Documents\Kaggle\celebaHQ-512\train\
C:\Documents\Kaggle\celebaHQ-512\val
C:\Documents\Kaggle\celebaHQ-512\test\

as traning, validating and testing data. I am wondering what those data are? I figured they are probably 512X512 pictures of celebrities, but I need to know which pictures are in which folder? Also, where to get those 512X512 pictures of celevrioties?

I am very new to this topic, please help. Thanks.

Hi @nickxtsui, in case you're still interested...

I am wondering what those data are?

They're images of celebrities' faces. The original dataset is in 178x218 resolution.

I figured they are probably 512X512 pictures of celebrities...

Yes that's right.

... but I need to know which pictures are in which folder?

I haven't been through the codes so I don't know if this repo implements its own ratios.

Also, where to get those 512X512 pictures of celevrioties?

Refer to these discussions:

  1. https://forums.fast.ai/t/download-celeba-hq-dataset/45873
  2. https://github.com/switchablenorms/CelebAMask-HQ (download link seems to be down at the moment)