tsurumeso / waifu2x-chainer

Chainer implementation of waifu2x
MIT License
165 stars 54 forks source link

Is there any way to increase upscale to more than 2x? #28

Closed hirios closed 4 years ago

hirios commented 4 years ago

[edit] I just noticed the option --scale -s . I will close the topic.

The project already works perfectly fine with the following command: python waifu2x.py -m noise_scale -n 2 -i /content/frames -a 1 -g 0

But i would like to increase the resolution by 4x, is this possible with the code as it stands?

I use the project with Google Colab because I can access files from Google Drive and my computer. To use in the latter case, simply run scritp 2 times, because the first one generates an error. Link of notebook: https://colab.research.google.com/drive/1yIHdA4kUmB9RFy7-DDKXayatk0M0-ADU#forceEdit=true&sandboxMode=true