soywiz-archive / kaifu2x

Port of waifu2x to pure kotlin + opencl. Anime-style upscaler and noise reductor based on convolutional neural networks using coffee trained models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Part images

soywiz opened this issue · comments

We can part the images in chunks to reduce memory usage. For example, we can split a 256x256 image in four chunks of 128x128.