update readme
This commit is contained in:
@@ -21,7 +21,7 @@ We like open-source and want to develop practical algorithms for general image r
|
|||||||
**Note**:
|
**Note**:
|
||||||
1. Please check the code style and linting
|
1. Please check the code style and linting
|
||||||
1. The style configuration is specified in [setup.cfg](setup.cfg)
|
1. The style configuration is specified in [setup.cfg](setup.cfg)
|
||||||
1. If you use VSCode, the settings are configured in [vscode/settings.json](.vscode/settings.json)
|
1. If you use VSCode, the settings are configured in [.vscode/settings.json](.vscode/settings.json)
|
||||||
1. Strongly recommend using `pre-commit hook`. It will check your code style and linting before your commit.
|
1. Strongly recommend using `pre-commit hook`. It will check your code style and linting before your commit.
|
||||||
1. In the root path of project folder, run `pre-commit install`
|
1. In the root path of project folder, run `pre-commit install`
|
||||||
1. The pre-commit configuration is listed in [.pre-commit-config.yaml](.pre-commit-config.yaml)
|
1. The pre-commit configuration is listed in [.pre-commit-config.yaml](.pre-commit-config.yaml)
|
||||||
|
|||||||
@@ -28,8 +28,12 @@ We extend the powerful ESRGAN to a practical restoration application (namely, Re
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
If Real-ESRGAN is helpful in your photos/projects, please help to :star: this repo. Thanks:blush: <br>
|
If Real-ESRGAN is helpful in your photos/projects, please help to :star: this repo or recommend it to your friends. Thanks:blush: <br>
|
||||||
Other recommended projects:   :arrow_forward: [GFPGAN](https://github.com/TencentARC/GFPGAN)   :arrow_forward: [BasicSR](https://github.com/xinntao/BasicSR)   :arrow_forward: [facexlib](https://github.com/xinntao/facexlib)
|
Other recommended projects:<br>
|
||||||
|
:arrow_forward: [GFPGAN](https://github.com/TencentARC/GFPGAN): A practical algorithm for real-world face restoration <br>
|
||||||
|
:arrow_forward: [BasicSR](https://github.com/xinntao/BasicSR): An ppen-source image and video restoration toolbox<br>
|
||||||
|
:arrow_forward: [facexlib](https://github.com/xinntao/facexlib): A collection that provides useful face-relation functions.<br>
|
||||||
|
:arrow_forward: [HandyView](https://github.com/xinntao/HandyView): A PyQt5-based image viewer that is handy for view and comparison. <br>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user