百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
R

Real-ESRGAN-ncnn-vulkan

> 编程语言
开源

NCNN 实现了 Real-ESRGAN。Real-ESRGAN 的目标是开发用于一般图像恢复的实用算法。

2.2K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

NCNN 实现了 Real-ESRGAN。Real-ESRGAN 的目标是开发用于一般图像恢复的实用算法。

# Real-ESRGAN ncnn Vulkan This project is the [ncnn](https://github.com/Tencent/ncnn) implementation of [**Real-ESRGAN**](https://github.com/xinntao/Real-ESRGAN). *Real-ESRGAN ncnn Vulkan* heavily borrows from [realsr-ncnn-vulkan](https://github.com/nihui/realsr-ncnn-vulkan). Many thanks to [nihui](https://github.com/nihui), [ncnn](https://github.com/Tencent/ncnn) and [realsr-ncnn-vulkan](https://github.com/nihui/realsr-ncnn-vulkan) :grin: Real-ESRGAN aims at developing **Practical Algorithms for General Image Restoration**. We also optimize it for anime images. ### Contents - [TODO List](#hourglass_flowing_sand-todo-list) - [Usages](#computer-usages) --- If Real-ESRGAN is helpful in your photos/projects, please help to :star: this repo or recommend it to your friends. Thanks:blush:
Other recommended projects:
:arrow_forward: [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN): A practical algorithm for general image restoration
:arrow_forward: [GFPGAN](https://github.com/TencentARC/GFPGAN): A practical algorithm for real-world face restoration
:arrow_forward: [BasicSR](https://github.com/xinntao/BasicSR): An open-source image and video restoration toolbox
:arrow_forward: [facexlib](https://github.com/xinntao/facexlib): A collection that provides useful face-relation functions.
:arrow_forward: [HandyView](https://github.com/xinntao/HandyView): A PyQt5-based image viewer that is handy for view and comparison.
### :book: Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data > [[Paper](https://arxiv.org/abs/2107.10833)]   [Project Page]   [Demo]
> [Xintao Wang](https://xinntao.github.io/), Liangbin Xie, [Chao Dong](https://scholar.google.com.hk/citations?user=OSDCB0UAAAAJ), [Ying Shan](https://scholar.google.com/citations?user=4oXBp9UAAAAJ&hl=en)
> Tencent ARC Lab; Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences

## :hourglass_flowing_sand: TODO List - [ ] Support further cheap arbitrary resize (*e.g.*, bicubic, bilinear) for the model outputs - [ ] Bug: Some PCs will output black images - [ ] Add the guidance for ncnn model conversion - [ ] Support face restoration - GFPGAN ## :computer: Usages ### Example Command ```shell realesrgan-ncnn-vulkan.exe -i input.jpg -o output.png -n realesr-animevideov3 -s 2 ``` ### Full Usages ``` … ``` - `input-path` and `output-path` accept either file path or directory path - `scale` = scale level - `tile-size` = tile size, use smaller value to reduce GPU memory usage, default selects automatically - `load:proc:save` = thread count for the three stages (image decoding + model upscaling + image encoding), using larger values may increase GPU usage and consume more GPU memory. You can tune this configuration with "4:4:4" for many small-size images, and "2:2:2" for large-size images. The default setting usually works fine for most situations. If you find that your GPU is hungry, try increasing thread count to achieve faster processing. - `format` = the format of the image to be output, png is better supported, however webp generally yields smaller file sizes, both are losslessly encoded If you encounter crash or error, try to upgrade your GPU driver - Intel: https://downloadcenter.intel.com/product/80939/Graphics-Drivers - AMD: https://www.amd.com/en/support - NVIDIA: https://www.nvidia.com/Download/index.aspx ## :earth_asia: Other Open-Source Code Used - https://github.com/Tencent/ncnn for fast neural network inference on ALL PLATFORMS - https://github.com/webmproject/libwebp for encoding and decoding Webp images on ALL PLATFORMS - https://github.com/nothings/stb for decoding and encoding image on Linux / MacOS - https://github.com/tronkko/dirent for listing files in directory on Windows ## :scroll: BibTeX @InProceedings{wang2021realesrgan, author = {Xintao Wang and Liangbin Xie and Chao Dong and Ying Shan}, title = {Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data}, booktitle = {International Conference on Computer Vision Workshops (ICCVW)}, date = {2021} } ## :e-mail: Contact If you have any question, please email `[email protected]` or `[email protected]`.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •TODO List
  • •[ ] Support further cheap arbitrary resize (*e.g.*, bicubic, bilinear) for the model outputs
  • •[ ] Bug: Some PCs will output black images
  • •[ ] Add the guidance for ncnn model conversion
  • •[ ] Support face restoration - GFPGAN
  • •input-path and output-path accept either file path or directory path
  • •scale = scale level
  • •tile-size = tile size, use smaller value to reduce GPU memory usage, default selects automatically
  • •format = the format of the image to be output, png is better supported, however webp generally yields smaller file sizes, both are losslessly encoded
  • •Intel: https://downloadcenter.intel.com/product/80939/Graphics-Drivers

> 标签

Camdanimedenoiseesrgan

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言