Skip to content

Pixelscape dataset for machine learning research and generative art, based on art from the eBoy.io database.

Notifications You must be signed in to change notification settings

un1tz3r0/pixelscapes-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixelscapes-dataset

Images scraped from eboy.com for training my own StyleGAN3 model, inspired by eBoyGAN project, for which the model seems to no longer be available :(.

Also includes a script that generates random NxN cropped images fom the images in a source directory, choosing the source image randomly weighted by the relative pixel-area, so as to evenly sample all available pixels in the source directory

TODO:

  • Add color-metric wighting/targets so as to produce datasets with evenly distributed HSV histograms
  • Other weighting schemes/criteria for rejecting/choosing cropped images, including frequency distribution, largest connected component, maximum distance to morphological skeleton of certain colors (i.e. black line width), local neighborhood limits.
  • Multi-res/scaling, i.e. taking crops from upscaled 4x, upscaled 2x and original datasets. would be extra useful to have class labels associated with each scale too, so that training could include scale factor as a conditioning input (would require modifying the network architecture, but could be worthwhile)
  • Segmentation, depth and normal mapping, but pixel perfect. Possibly using the full eboy database (transparent .pngs of objects, buildings and people that these are mostly composed of). Maybe use pix2pix or a GAN for this.

About

Pixelscape dataset for machine learning research and generative art, based on art from the eBoy.io database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published