diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 7ee8fd0..baa370a 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,4 +1,4 @@ -name: Python Lint +name: PyLint on: [push, pull_request] diff --git a/License_GFPGAN.txt b/LICENSE similarity index 100% rename from License_GFPGAN.txt rename to LICENSE diff --git a/README.md b/README.md index fa30c69..8aefdb0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # GFPGAN (CVPR 2021) +[![download](https://img.shields.io/github/downloads/TencentARC/GFPGAN/total.svg)](https://github.com/TencentARC/GFPGAN/releases) +[![Open issue](https://isitmaintained.com/badge/open/TencentARC/GFPGAN.svg)](https://github.com/TencentARC/GFPGAN/issues) +[![LICENSE](https://img.shields.io/github/license/TencentARC/GFPGAN.svg)](https://github.com/TencentARC/GFPGAN/blob/master/LICENSE) +[![python lint](https://github.com/TencentARC/GFPGAN/actions/workflows/pylint.yml/badge.svg)](https://github.com/TencentARC/GFPGAN/blob/master/.github/workflows/pylint.yml) + [**Paper**](https://arxiv.org/abs/2101.04061) **|** [**Project Page**](https://xinntao.github.io/projects/gfpgan)    [English](README.md) **|** [简体中文](README_CN.md) GFPGAN is a blind face restoration algorithm towards real-world face images.