nagadomi

Results 389 comments of nagadomi

``` cuda runtime error (701) : too many resources requeste ``` Maybe `-force_cudnn 1` option is required for Jetson Nano. >waifu2x runs out of memory on this device without using...

Note that waifu2x-converter-cpp only supports the early, older model (2015 ver).

waifu2x-caffe's repository is: https://github.com/lltcggie/waifu2x-caffe/issues Try placing the waifu2x-caffe folder in a folder that does not contain multi-byte characters in the path.

No. My original code supports Linux and Mac OS. For Windows, there are some third party software such as waifu2x-caffe. [waifu2x-ncnn-vulkan](https://github.com/nihui/waifu2x-ncnn-vulkan), [waifu2x-converter-cpp](https://github.com/DeadSix27/waifu2x-converter-cpp) and [waifu2x-mac](https://github.com/imxieyi/waifu2x-mac)(for iOS, [waifu2x-ios](https://github.com/imxieyi/waifu2x-ios)) supports Mac OS and...

You need a GPU to run the web service. I am using EC2 GPU Instance for web, but it is very expensive. (around $800 / month)

You should not use `sudo`. Probably another luarocks command that exists on your system is used. (torch7's luarocks command will change the luarocks repository.) ``` which luarocks sudo which luarocks...

noise3 model is training with very low quality JPEG (jpeg quality 27 ~ 70, jpeg encode twice). https://github.com/nagadomi/waifu2x/blob/bfd7fd9060af5ce9545a0a07d4e70daeee8206a7/lib/pairwise_transform_jpeg.lua#L69-L89

JPEG artifact magnified by some image processing is not a JPEG artifact. It also looks like some kind of video encoder artifact. waifu2x only supports raw JPEG artifact denoising.

waifu2x uses GraphicsMagick for loading images. See: http://www.graphicsmagick.org/formats.html DDS is not supported, but it can handle it by converting it to BMP. DDS->BMP->waifu2x->PNG->DDS

SSIM and Jaccard Index(for segmentation) is supported on dev branch. Basically we aim to improve only PSNR(or some kind of metric that is based on pixel-by-pixel), because I think that...