Skip to content

Commit e2db576

Browse files
authored
Re-organize README (#338)
* update README * upate readme * upate readme * update * update * update * update
1 parent 6b15fc6 commit e2db576

File tree

3 files changed

+113
-120
lines changed

3 files changed

+113
-120
lines changed

README.md

Lines changed: 109 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## <div align="center"><b><a href="README.md">English</a> | <a href="README_CN.md">简体中文</a></b></div>
66

7+
<div align="center">
8+
9+
👀[**Demos**](#-demos-videos) **|** 🚩[**Updates**](#-updates) **|**[**Usage**](#-quick-inference) **|** 🏰[**Model Zoo**](docs/model_zoo.md) **|** 🔧[Install](#-dependencies-and-installation) **|** 💻[Train](docs/Training.md) **|**[FAQ](docs/FAQ.md) **|** 🎨[Contribution](docs/CONTRIBUTING.md)
10+
711
[![download](https://img.shields.io/github/downloads/xinntao/Real-ESRGAN/total.svg)](https://github.com/xinntao/Real-ESRGAN/releases)
812
[![PyPI](https://img.shields.io/pypi/v/realesrgan)](https://pypi.org/project/realesrgan/)
913
[![Open issue](https://img.shields.io/github/issues/xinntao/Real-ESRGAN)](https://github.com/xinntao/Real-ESRGAN/issues)
@@ -12,34 +16,47 @@
1216
[![python lint](https://github.com/xinntao/Real-ESRGAN/actions/workflows/pylint.yml/badge.svg)](https://github.com/xinntao/Real-ESRGAN/blob/master/.github/workflows/pylint.yml)
1317
[![Publish-pip](https://github.com/xinntao/Real-ESRGAN/actions/workflows/publish-pip.yml/badge.svg)](https://github.com/xinntao/Real-ESRGAN/blob/master/.github/workflows/publish-pip.yml)
1418

15-
:fire: Update the **RealESRGAN AnimeVideo-v3** model **更新动漫视频的小模型**. Please see [[anime video models](docs/anime_video_model.md)] and [[comparisons](docs/anime_comparisons.md)] for more details.
19+
</div>
20+
21+
🔥 **AnimeVideo-v3 model (动漫视频小模型)**. Please see [[*anime video models*](docs/anime_video_model.md)] and [[*comparisons*](docs/anime_comparisons.md)]<br>
22+
🔥 **RealESRGAN_x4plus_anime_6B** for anime images **(动漫插图模型)**. Please see [[*anime_model*](docs/anime_model.md)]
1623

17-
1. [Colab Demo](https://colab.research.google.com/drive/1k2Zod6kSHEvraybHl50Lys0LerhyTMCo?usp=sharing) for Real-ESRGAN | [Colab Demo](https://colab.research.google.com/drive/1yNl9ORUxxlL4N0keJa2SEPB61imPQd1B?usp=sharing) for Real-ESRGAN (**anime videos**).
18-
2. Portable [Windows](https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.5.0/realesrgan-ncnn-vulkan-20220424-windows.zip) / [Linux](https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.5.0/realesrgan-ncnn-vulkan-20220424-ubuntu.zip) / [MacOS](https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.5.0/realesrgan-ncnn-vulkan-20220424-macos.zip) **executable files for Intel/AMD/Nvidia GPU**. You can find more information [here](#Portable-executable-files). The ncnn implementation is in [Real-ESRGAN-ncnn-vulkan](https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan).
24+
1. You can try in our website: [ARC Demo](https://arc.tencent.com/en/ai-demos/imgRestore) (now only support RealESRGAN_x4plus_anime_6B)
25+
1. [Colab Demo](https://colab.research.google.com/drive/1k2Zod6kSHEvraybHl50Lys0LerhyTMCo?usp=sharing) for Real-ESRGAN **|** [Colab Demo](https://colab.research.google.com/drive/1yNl9ORUxxlL4N0keJa2SEPB61imPQd1B?usp=sharing) for Real-ESRGAN (**anime videos**)
26+
1. Portable [Windows](https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.5.0/realesrgan-ncnn-vulkan-20220424-windows.zip) / [Linux](https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.5.0/realesrgan-ncnn-vulkan-20220424-ubuntu.zip) / [MacOS](https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.5.0/realesrgan-ncnn-vulkan-20220424-macos.zip) **executable files for Intel/AMD/Nvidia GPU**. You can find more information [here](#portable-executable-files-ncnn). The ncnn implementation is in [Real-ESRGAN-ncnn-vulkan](https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan)
27+
1. You can watch enhanced animations in [Tencent Video](https://v.qq.com/s/topic/v_child/render/fC4iyCAM.html). 欢迎观看[腾讯视频动漫修复](https://v.qq.com/s/topic/v_child/render/fC4iyCAM.html)
1928

2029
Real-ESRGAN aims at developing **Practical Algorithms for General Image/Video Restoration**.<br>
2130
We extend the powerful ESRGAN to a practical restoration application (namely, Real-ESRGAN), which is trained with pure synthetic data.
2231

23-
:art: Real-ESRGAN needs your contributions. Any contributions are welcome, such as new features/models/typo fixes/suggestions/maintenance, *etc*. See [CONTRIBUTING.md](docs/CONTRIBUTING.md). All contributors are list [here](README.md#hugs-acknowledgement).
32+
🌌 Thanks for your valuable feedbacks/suggestions. All the feedbacks are updated in [feedback.md](docs/feedback.md).
2433

25-
:question: Frequently Asked Questions can be found in [FAQ.md](docs/FAQ.md).
34+
---
2635

27-
:milky_way: Thanks for your valuable feedbacks/suggestions. All the feedbacks are updated in [feedback.md](docs/feedback.md).
36+
If Real-ESRGAN is helpful, please help to ⭐ this repo or recommend it to your friends 😊 <br>
37+
Other recommended projects:<br>
38+
▶️ [GFPGAN](https://github.com/TencentARC/GFPGAN): A practical algorithm for real-world face restoration <br>
39+
▶️ [BasicSR](https://github.com/xinntao/BasicSR): An open-source image and video restoration toolbox<br>
40+
▶️ [facexlib](https://github.com/xinntao/facexlib): A collection that provides useful face-relation functions.<br>
41+
▶️ [HandyView](https://github.com/xinntao/HandyView): A PyQt5-based image viewer that is handy for view and comparison <br>
42+
▶️ [HandyFigure](https://github.com/xinntao/HandyFigure): Open source of paper figures <br>
2843

2944
---
3045

31-
If Real-ESRGAN is helpful in your photos/projects, please help to :star: this repo or recommend it to your friends. Thanks:blush: <br>
32-
Other recommended projects:<br>
33-
:arrow_forward: [GFPGAN](https://github.com/TencentARC/GFPGAN): A practical algorithm for real-world face restoration <br>
34-
:arrow_forward: [BasicSR](https://github.com/xinntao/BasicSR): An open-source image and video restoration toolbox<br>
35-
:arrow_forward: [facexlib](https://github.com/xinntao/facexlib): A collection that provides useful face-relation functions.<br>
36-
:arrow_forward: [HandyView](https://github.com/xinntao/HandyView): A PyQt5-based image viewer that is handy for view and comparison. <br>
46+
### 📖 Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data
47+
48+
> [[Paper](https://arxiv.org/abs/2107.10833)] &emsp; [[YouTube Video](https://www.youtube.com/watch?v=fxHWoDSSvSc)] &emsp; [[B站讲解](https://www.bilibili.com/video/BV1H34y1m7sS/)] &emsp; [[Poster](https://xinntao.github.io/projects/RealESRGAN_src/RealESRGAN_poster.pdf)] &emsp; [[PPT slides](https://docs.google.com/presentation/d/1QtW6Iy8rm8rGLsJ0Ldti6kP-7Qyzy6XL/edit?usp=sharing&ouid=109799856763657548160&rtpof=true&sd=true)]<br>
49+
> [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) <br>
50+
> [Tencent ARC Lab](https://arc.tencent.com/en/ai-demos/imgRestore); Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences
51+
52+
<p align="center">
53+
<img src="assets/teaser.jpg">
54+
</p>
3755

3856
---
3957

4058
<!---------------------------------- Updates --------------------------->
41-
<details>
42-
<summary>🚩<b>Updates</b></summary>
59+
## 🚩 Updates
4360

4461
- ✅ Update the **RealESRGAN AnimeVideo-v3** model. Please see [anime video models](docs/anime_video_model.md) and [comparisons](docs/anime_comparisons.md) for more details.
4562
- ✅ Add small models for anime videos. More details are in [anime video models](docs/anime_video_model.md).
@@ -52,72 +69,62 @@ Other recommended projects:<br>
5269
-[The inference code](inference_realesrgan.py) supports: 1) **tile** options; 2) images with **alpha channel**; 3) **gray** images; 4) **16-bit** images.
5370
- ✅ The training codes have been released. A detailed guide can be found in [Training.md](docs/Training.md).
5471

55-
</details>
72+
---
5673

57-
<!---------------------------------- Projects that use Real-ESRGAN --------------------------->
58-
<details>
59-
<summary>🧩<b>Projects that use Real-ESRGAN</b></summary>
74+
<!---------------------------------- Demo videos --------------------------->
75+
## 👀 Demos Videos
6076

61-
&nbsp;&nbsp;&nbsp;&nbsp;👋 If you develop/use Real-ESRGAN in your projects, welcome to let me know.
77+
#### Bilibili
6278

63-
- NCNN-Android: [RealSR-NCNN-Android](https://github.com/tumuyan/RealSR-NCNN-Android) by [tumuyan](https://github.com/tumuyan)
64-
- VapourSynth: [vs-realesrgan](https://github.com/HolyWu/vs-realesrgan) by [HolyWu](https://github.com/HolyWu)
65-
- NCNN: [Real-ESRGAN-ncnn-vulkan](https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan)
66-
67-
&nbsp;&nbsp;&nbsp;&nbsp;**GUI**
79+
- [大闹天宫片段](https://www.bilibili.com/video/BV1ja41117zb)
80+
- [Anime dance cut 动漫魔性舞蹈](https://www.bilibili.com/video/BV1wY4y1L7hT/)
81+
- [海贼王片段](https://www.bilibili.com/video/BV1i3411L7Gy/)
6882

69-
- [Waifu2x-Extension-GUI](https://github.com/AaronFeng753/Waifu2x-Extension-GUI) by [AaronFeng753](https://github.com/AaronFeng753)
70-
- [Squirrel-RIFE](https://github.com/Justin62628/Squirrel-RIFE) by [Justin62628](https://github.com/Justin62628)
71-
- [Real-GUI](https://github.com/scifx/Real-GUI) by [scifx](https://github.com/scifx)
72-
- [Real-ESRGAN_GUI](https://github.com/net2cn/Real-ESRGAN_GUI) by [net2cn](https://github.com/net2cn)
73-
- [Real-ESRGAN-EGUI](https://github.com/WGzeyu/Real-ESRGAN-EGUI) by [WGzeyu](https://github.com/WGzeyu)
74-
- [anime_upscaler](https://github.com/shangar21/anime_upscaler) by [shangar21](https://github.com/shangar21)
75-
- [RealESRGAN-GUI](https://github.com/Baiyuetribe/paper2gui/blob/main/Video%20Super%20Resolution/RealESRGAN-GUI.md) by [Baiyuetribe](https://github.com/Baiyuetribe)
83+
#### YouTube
7684

77-
</details>
85+
## 🔧 Dependencies and Installation
7886

79-
<!---------------------------------- Demo videos --------------------------->
80-
<details open>
81-
<summary>👀<b>Demo videos</b></summary>
87+
- Python >= 3.7 (Recommend to use [Anaconda](https://www.anaconda.com/download/#linux) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html))
88+
- [PyTorch >= 1.7](https://pytorch.org/)
8289

83-
- [大闹天宫片段](https://www.bilibili.com/video/BV1ja41117zb)
90+
### Installation
8491

85-
</details>
92+
1. Clone repo
8693

87-
### :book: Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data
94+
```bash
95+
git clone https://github.com/xinntao/Real-ESRGAN.git
96+
cd Real-ESRGAN
97+
```
8898

89-
> [[Paper](https://arxiv.org/abs/2107.10833)] &emsp; [Project Page] &emsp; [[YouTube Video](https://www.youtube.com/watch?v=fxHWoDSSvSc)] &emsp; [[B站讲解](https://www.bilibili.com/video/BV1H34y1m7sS/)] &emsp; [[Poster](https://xinntao.github.io/projects/RealESRGAN_src/RealESRGAN_poster.pdf)] &emsp; [[PPT slides](https://docs.google.com/presentation/d/1QtW6Iy8rm8rGLsJ0Ldti6kP-7Qyzy6XL/edit?usp=sharing&ouid=109799856763657548160&rtpof=true&sd=true)]<br>
90-
> [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) <br>
91-
> Tencent ARC Lab; Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences
99+
1. Install dependent packages
92100

93-
<p align="center">
94-
<img src="assets/teaser.jpg">
95-
</p>
101+
```bash
102+
# Install basicsr - https://github.com/xinntao/BasicSR
103+
# We use BasicSR for both training and inference
104+
pip install basicsr
105+
# facexlib and gfpgan are for face enhancement
106+
pip install facexlib
107+
pip install gfpgan
108+
pip install -r requirements.txt
109+
python setup.py develop
110+
```
96111

97112
---
98113

99-
We have provided a pretrained model (*RealESRGAN_x4plus.pth*) with upsampling X4.<br>
100-
**Note that RealESRGAN may still fail in some cases as the real-world degradations are really too complex.**<br>
101-
Moreover, it **may not** perform well on **human faces, text**, *etc*, which will be optimized later.
102-
<br>
114+
## ⚡ Quick Inference
103115

104-
Real-ESRGAN will be a long-term supported project (in my current plan :smiley:). It will be continuously updated
105-
in my spare time.
116+
There are usually three ways to inference Real-ESRGAN.
106117

107-
Here is a TODO list in the near future:
118+
1. [Online inference](#online-inference)
119+
1. [Portable executable files (NCNN)](#portable-executable-files-ncnn)
120+
1. [Python script](#python-script)
108121

109-
- [ ] optimize for human faces
110-
- [ ] optimize for texts
111-
- [x] optimize for anime images
112-
- [ ] support more scales
113-
- [ ] support controllable restoration strength
122+
### Online inference
114123

115-
If you have any good ideas or demands, please open an issue/discussion to let me know. <br>
116-
If you have some images that Real-ESRGAN could not well restored, please also open an issue/discussion. I will record it (but I cannot guarantee to resolve it:stuck_out_tongue:). If necessary, I will open a page to specially record these real-world cases that need to be solved, but the current technology is difficult to handle well.
117-
118-
---
124+
1. You can try in our website: [ARC Demo](https://arc.tencent.com/en/ai-demos/imgRestore) (now only support RealESRGAN_x4plus_anime_6B)
125+
1. [Colab Demo](https://colab.research.google.com/drive/1k2Zod6kSHEvraybHl50Lys0LerhyTMCo?usp=sharing) for Real-ESRGAN **|** [Colab Demo](https://colab.research.google.com/drive/1yNl9ORUxxlL4N0keJa2SEPB61imPQd1B?usp=sharing) for Real-ESRGAN (**anime videos**).
119126

120-
### Portable executable files
127+
### Portable executable files (NCNN)
121128

122129
You can download [Windows](https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.5.0/realesrgan-ncnn-vulkan-20220424-windows.zip) / [Linux](https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.5.0/realesrgan-ncnn-vulkan-20220424-ubuntu.zip) / [MacOS](https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.5.0/realesrgan-ncnn-vulkan-20220424-macos.zip) **executable files for Intel/AMD/Nvidia GPU**.
123130

@@ -138,7 +145,7 @@ We have provided five models:
138145

139146
You can use the `-n` argument for other models, for example, `./realesrgan-ncnn-vulkan.exe -i input.jpg -o output.png -n realesrnet-x4plus`
140147

141-
### Usage of executable files
148+
#### Usage of portable executable files
142149

143150
1. Please refer to [Real-ESRGAN-ncnn-vulkan](https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan#computer-usages) for more details.
144151
1. Note that it does not support all the functions (such as `outscale`) as the python script `inference_realesrgan.py`.
@@ -162,38 +169,30 @@ Usage: realesrgan-ncnn-vulkan.exe -i infile -o outfile [options]...
162169
163170
Note that it may introduce block inconsistency (and also generate slightly different results from the PyTorch implementation), because this executable file first crops the input image into several tiles, and then processes them separately, finally stitches together.
164171
165-
---
166-
167-
## :wrench: Dependencies and Installation
168-
169-
- Python >= 3.7 (Recommend to use [Anaconda](https://www.anaconda.com/download/#linux) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html))
170-
- [PyTorch >= 1.7](https://pytorch.org/)
171-
172-
### Installation
172+
### Python script
173173
174-
1. Clone repo
174+
#### Usage of python script
175175
176-
```bash
177-
git clone https://github.com/xinntao/Real-ESRGAN.git
178-
cd Real-ESRGAN
179-
```
176+
1. You can use X4 model for **arbitrary output size** with the argument `outscale`. The program will further perform cheap resize operation after the Real-ESRGAN output.
180177
181-
1. Install dependent packages
178+
```console
179+
Usage: python inference_realesrgan.py -n RealESRGAN_x4plus -i infile -o outfile [options]...
182180
183-
```bash
184-
# Install basicsr - https://github.com/xinntao/BasicSR
185-
# We use BasicSR for both training and inference
186-
pip install basicsr
187-
# facexlib and gfpgan are for face enhancement
188-
pip install facexlib
189-
pip install gfpgan
190-
pip install -r requirements.txt
191-
python setup.py develop
192-
```
181+
A common command: python inference_realesrgan.py -n RealESRGAN_x4plus -i infile --outscale 3.5 --face_enhance
193182
194-
## :zap: Quick Inference
183+
-h show this help
184+
-i --input Input image or folder. Default: inputs
185+
-o --output Output folder. Default: results
186+
-n --model_name Model name. Default: RealESRGAN_x4plus
187+
-s, --outscale The final upsampling scale of the image. Default: 4
188+
--suffix Suffix of the restored image. Default: out
189+
-t, --tile Tile size, 0 for no tile during testing. Default: 0
190+
--face_enhance Whether to use GFPGAN to enhance face. Default: False
191+
--fp32 Use fp32 precision during inference. Default: fp16 (half precision).
192+
--ext Image extension. Options: auto | jpg | png, auto means using the same extension as inputs. Default: auto
193+
```
195194
196-
### Inference general images
195+
#### Inference general images
197196
198197
Download pre-trained models: [RealESRGAN_x4plus.pth](https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth)
199198
@@ -209,7 +208,7 @@ python inference_realesrgan.py -n RealESRGAN_x4plus -i inputs --face_enhance
209208
210209
Results are in the `results` folder
211210
212-
### Inference anime images
211+
#### Inference anime images
213212
214213
<p align="center">
215214
<img src="https://raw.githubusercontent.com/xinntao/public-figures/master/Real-ESRGAN/cmp_realesrgan_anime_1.png">
@@ -227,34 +226,7 @@ python inference_realesrgan.py -n RealESRGAN_x4plus_anime_6B -i inputs
227226
228227
Results are in the `results` folder
229228
230-
### Usage of python script
231-
232-
1. You can use X4 model for **arbitrary output size** with the argument `outscale`. The program will further perform cheap resize operation after the Real-ESRGAN output.
233-
234-
```console
235-
Usage: python inference_realesrgan.py -n RealESRGAN_x4plus -i infile -o outfile [options]...
236-
237-
A common command: python inference_realesrgan.py -n RealESRGAN_x4plus -i infile --outscale 3.5 --face_enhance
238-
239-
-h show this help
240-
-i --input Input image or folder. Default: inputs
241-
-o --output Output folder. Default: results
242-
-n --model_name Model name. Default: RealESRGAN_x4plus
243-
-s, --outscale The final upsampling scale of the image. Default: 4
244-
--suffix Suffix of the restored image. Default: out
245-
-t, --tile Tile size, 0 for no tile during testing. Default: 0
246-
--face_enhance Whether to use GFPGAN to enhance face. Default: False
247-
--fp32 Use fp32 precision during inference. Default: fp16 (half precision).
248-
--ext Image extension. Options: auto | jpg | png, auto means using the same extension as inputs. Default: auto
249-
```
250-
251-
## :european_castle: Model Zoo
252-
253-
Please see [docs/model_zoo.md](docs/model_zoo.md)
254-
255-
## :computer: Training and Finetuning on your own dataset
256-
257-
A detailed guide can be found in [Training.md](docs/Training.md).
229+
---
258230
259231
## BibTeX
260232
@@ -265,11 +237,29 @@ A detailed guide can be found in [Training.md](docs/Training.md).
265237
date = {2021}
266238
}
267239
268-
## :e-mail: Contact
240+
## 📧 Contact
269241
270242
If you have any question, please email `[email protected]` or `[email protected]`.
271243
272-
## :hugs: Acknowledgement
244+
<!---------------------------------- Projects that use Real-ESRGAN --------------------------->
245+
## 🧩 Projects that use Real-ESRGAN
246+
247+
If you develop/use Real-ESRGAN in your projects, welcome to let me know.
248+
249+
- NCNN-Android: [RealSR-NCNN-Android](https://github.com/tumuyan/RealSR-NCNN-Android) by [tumuyan](https://github.com/tumuyan)
250+
- VapourSynth: [vs-realesrgan](https://github.com/HolyWu/vs-realesrgan) by [HolyWu](https://github.com/HolyWu)
251+
- NCNN: [Real-ESRGAN-ncnn-vulkan](https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan)
252+
253+
&nbsp;&nbsp;&nbsp;&nbsp;**GUI**
254+
255+
- [Waifu2x-Extension-GUI](https://github.com/AaronFeng753/Waifu2x-Extension-GUI) by [AaronFeng753](https://github.com/AaronFeng753)
256+
- [Squirrel-RIFE](https://github.com/Justin62628/Squirrel-RIFE) by [Justin62628](https://github.com/Justin62628)
257+
- [Real-GUI](https://github.com/scifx/Real-GUI) by [scifx](https://github.com/scifx)
258+
- [Real-ESRGAN_GUI](https://github.com/net2cn/Real-ESRGAN_GUI) by [net2cn](https://github.com/net2cn)
259+
- [Real-ESRGAN-EGUI](https://github.com/WGzeyu/Real-ESRGAN-EGUI) by [WGzeyu](https://github.com/WGzeyu)
260+
- [anime_upscaler](https://github.com/shangar21/anime_upscaler) by [shangar21](https://github.com/shangar21)
261+
262+
## 🤗 Acknowledgement
273263
274264
Thanks for all the contributors.
275265

0 commit comments

Comments
 (0)