waifu2x-caffe icon indicating copy to clipboard operation
waifu2x-caffe copied to clipboard

waifu2xのCaffe版

Results 92 waifu2x-caffe issues
Sort by recently updated
recently updated
newest added

options to display or discard the bracketed sections in the output for example, "(CUnet)(noise_scale)(Level1)(x3.000000)" could be changed to only "(x3.000000)" (with my other enhancement #186, it would be even shorter)

in other words, if i set it to 3, don't change it (and by extension the automatic filename) to 3.000000 every time i open the application

windows10、gtx 1080 ![0](https://user-images.githubusercontent.com/18190436/69691708-cc1cb500-110a-11ea-9c2a-49367629936f.png) ![00](https://user-images.githubusercontent.com/18190436/69691710-cd4de200-110a-11ea-8e86-5a9d922e2930.png) ![1](https://user-images.githubusercontent.com/18190436/69691718-d0e16900-110a-11ea-888b-88d2f34ce50f.png) ![2](https://user-images.githubusercontent.com/18190436/69691725-d3dc5980-110a-11ea-8e35-24d42f529eb8.png) ![3](https://user-images.githubusercontent.com/18190436/69691731-d63eb380-110a-11ea-94ff-89615cb58152.png) ![4](https://user-images.githubusercontent.com/18190436/69691734-d76fe080-110a-11ea-8152-f8588175ab6a.png)

I have the latest NVIDIA drivers, CUDA toolkit, and cuDNN installed. I placed "cudnn64_7.dll" in the waifu2x-caffe folder. Despite all this, I always get the error that the CUDA driver...

I have tried CUDA 9, 9.2 and the current version along with other cudnn versions. https://i.imgur.com/xz5oDvr.png https://i.imgur.com/a4A9F8W.png https://i.imgur.com/8NkRgEJ.png Using the latest release on Windows 10 x64 Pro (18362 build)

OpenCV: terminate handler is called! The last OpenCV error is: OpenCV(3.4.3) Error: Assertion failed (u != 0) in cv::Mat::create, file f:\waifu2x-caffe\opencv\modules\core\src\matrix.cpp, line 367

This is just a feature request. My concern is that JPEG output format introduces new noises and PNG format may be too big in most occasions.

I entered this command in waifu2x-caffe-cui. **waifu2x-caffe-cui -model_dir models/my_model -m noise -noise_level 1 -i learn/test001.jpg -o output.png** But, it is not work, and print error message 変換に失敗したファイルがあります. All file is...

I made a python script for resizing images (using pillow) then scaling them back again using waifu2x-caffe. I noticed when looping this (resize, waifu2x, resize, waifu2x and so on) that...