ProGamerGov / Neural-Tile

A better tiling script for Neural-Style
36 stars 8 forks source link

Add some example pictures #3

Open NightMachinery opened 6 years ago

spot92 commented 4 years ago

It would be nice to see some tiling pictures.

ProGamerGov commented 4 years ago

I have some old pictures of what these scripts do, but they aren't really anything crazy. The main issue is getting the amount of overlap just right, and finetuning the style transfer settings to minimize the "drift" away from other tiles, so that they can be blended seamlessly back together.

Here's a previously stylized image:

And here's the same image after all those tiles have been stylized:

I connected the tiles with ImageMagick, so that it was easy to see where the tiles where. The actual script puts the overlapping parts back on top of each other leaving no white space in between them

spot92 commented 4 years ago

I'll need to look into ImageMagick to see how it works and if I can get it to run. Thanks for the pictures!

ProGamerGov commented 4 years ago

ImageMagick is actually what the tiling scripts use. It's am image editor like Photoshop or GIMP, but you can use it only via the command line/terminal and don't have to use a GUI:

https://en.wikipedia.org/wiki/ImageMagick, https://imagemagick.org/index.php