-
![image](https://user-images.githubusercontent.com/76219349/216819125-d208bc32-6e80-4b45-baea-03c8f3ebda9f.png)
I am getting this error while testing in "real_esrgan_notebook.ipynb" file
.
.
Thi…
-
OOP was something I was originally aiming for. This will require a rewrite of some of the code but will hopefully ultimately be easier to work with.
Commits will be tracked here.
Macrogoals
- …
-
Thanks for the excellent package!
I'm trying to use the python script to upscale an image to a large print resolution (E.g. 10,000*10,000px). It seems to be exiting with status code -9 without anyt…
-
Hello, and thank you for making this software. I appreciate it.
I've been trying to use realsr-ncnn in a script along with gallery-dl, but I cannot execute it unless I'm in it's directory. For exam…
-
I'm getting this error:
```
./realesrgan-ncnn-vulkan: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./realesrgan-ncnn-vulkan)
```
-
The Real-ESRGAN project provides [prebuilt binaries](https://github.com/xinntao/Real-ESRGAN#portable-executable-files-ncnn) which makes it so much easier to get started. It would be amazing if that co…
-
您好,感谢带来精彩的工作!请问是否能够提供您处理过后的完整的数据集~期待回复!
-
Hello, it looks like the "--face_enhance" option sometimes over-detects faces and paints "micro" faces in weird places, usually on top of a real face on the image, but much smaller in size. I wonder i…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
I'm puted SwinIR_4x.pth ,Swin2SR_RealworldSR_X4_64_BSRGAN…
-
Hello! At the `inference_realesrgan.py` there are the following lines of code:
```python
if args.scale == 2:
mod_scale = 2
elif args.scale == 1:
mod_scale …