pfnet / PaintsChainer

line drawing colorization using chainer
https://paintschainer.preferred.tech/
MIT License
3.77k stars 561 forks source link

about training dataset #135

Closed gjghks closed 6 years ago

gjghks commented 6 years ago

Hi, I really appreciate your project.

I am wondering how many use training dataset.

As you said in your blog, you use about 600,000 images.

but training dataset is separated by usage such as color 128x128, color 512x512, sketch 128x128, sketch 512x512.

so, I wonder what 600,000 images mean.

if total images are 600,000, each set has 150,000 images.

or if each set has 600,000 images, total images are 2,400,000 images.

please tell us exactly training dataset means.

thank you.

gjghks commented 6 years ago

There are 733,676 images in cgi-bin/paint_x2_unet/dat/images_color_train.dat file. I think it means you use about 2,934,700 images for training. because 128x128 or 512x512 image names should be same. Thank you!