Skip to content

GregoryKogan/mosaic-maker

Repository files navigation

mosaic-maker

Create image/video from lots of source images

Examples

It's capable of video conversion too!

How to use

  1. Download source dataset of any images and put it inside 'source' folder. For example (https://www.kaggle.com/splcher/animefacedataset)
  2. Run 'OctTree.py'
  3. Create 'image_input', 'video_input' and 'output' folders
  4. Put any images in 'image_input' and any videos in 'video_input'
  5. Run 'image_convert.py' and 'video_convert.py'
  6. All done! Results are inside 'output' folder

For additional configuration you can edit 'config.py' file