-
I find some issues which said this project only support running on GPU Platform。Could I assume that it must run in Windows + GPU?
-
The process will halt for quite a long time during consecutive image upscaling.
Parameters:
```
waifu2x-caffe-cui --tta 0 --gpu 0 --batch_size 1 --crop_size 128 --output_depth 64 --output_quality …
-
Hi! I was wondering if it's possible to do a 1.5 upscale factor, instead of the currently available 1.0 and 2.0?
-
I install the waifu2x-caffe followed your guide, and I want to inference the model with pycaffe, the whole process works fine.
My question is why the input shape of `upconv7` is `dim: 1 dim: 3 dim:…
-
Downloaded the 3.6.1b "mac release" to my **M1 Mac running Big Sur 11.6.8** and, after overriding Gatekeeper to run it, I get the GUI but it won't work. First I had to go into the sub-folders and ove…
-
After I upscaled my images they're getting overexposed by browsers and Microsoft's image viewer, I've used [Waifu2x-Extension-GUI](https://github.com/AaronFeng753/Waifu2x-Extension-GUI) for that. Pain…
Jckpt updated
2 years ago
-
This is more of an optimization/feature request than an issue but I didn't know where else to post it. On my system (i5-3330, GTX 980), I've found the sweet spot for saving time is to split up my imag…
-
thank you very much
-
I am trying to test the model in a Real Time video process engine, before that I need to transform the model into onnx
Can I use a python script like this:
```python
import re
import os
import to…
-
Premise: I am a total noob
I wanted to train my own custom model to process and enhance image quality (specifically I want to train a model that "remasters" cartoon frames) I would be manually remast…