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

Chainer implementation of waifu2x

Results 13 waifu2x-chainer issues
Sort by recently updated
recently updated
newest added

I tried to install using its github release link but it seems it needs either a "setup.py" or "pyproject.toml" file. I think I found someone else that worked on it,...

I will appreciate it if cunet model can be added to this project. or teach me how to convert original .t7 model to .npz files, and i will do it...

I tried to train the upresnet10 model. I want to export it as a caffe model. On the gui, it is used by waifux2x-caffe. I tried to run `py .\convert_models.py`,...

I have macOS and when I execute : python3 waifu2x.py --method noise --noise_level 1 --input imgsd2.jpg --arch VGG7 --gpu 0 I have this error: Traceback (most recent call last): File...

In iproc.py I canged ``try: import wand.image except ImportError: wand = None pass`` because pycharm said `'wand' in try block with 'except ImportError' should also be defined in except block...

> !python /content/waifu2x-chainer/train.py --gpu 0 --dataset_dir ./jpg --patches 32 --epoch 10 --model_name reference_scale_rgb --downsampling_filters box lanczos --lr_decay_interval 3 --arch UpConv7 /usr/local/lib/python3.6/dist-packages/chainer/_environment_check.py:91: UserWarning: -------------------------------------------------------------------------------- Multiple installations of CuPy package has been...

Some images use JPEG formats that beside .jpg and .jpeg. Can your Waifu2x support other JPEG formats such as .jpe, .jif, .jfif, and .jfi?

https://github.com/jsenellart/luatorch-onnx-convert

Honestly, this might be a bug that I like because the input format and output format are the same, but this makes the '-e' argument not work. If after this...

When upscaling images in many amounts, sometimes software or hardware can fail, and you don't want to start from the beginning. I hope this possible.