ProGamerGov / Neural-Tile

A better tiling script for Neural-Style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add some example pictures

NightMachinery opened this issue · comments

It would be nice to see some tiling pictures.

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

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

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