Skip to content

Commit

Permalink
Readme: Add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo77 authored Jul 7, 2021
1 parent 8124f91 commit 82b720b
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ _<sup>2</sup>[Department of Computing, The Hong Kong Polytechnic University](htt
## News
(2021-07-06) The training code will be released soon. Stay tuned.

## Installation

1. Clone this repository:
```bash
git clone https://github.com/yangxy/GPEN.git
cd GPEN
```
2. install requirements:
```
pip install -r requirements.txt
```
*Note:* This will install about 6 GB of packages to your system.

## Usage

![python](https://img.shields.io/badge/python-v3.7.4-green.svg?style=plastic)
Expand All @@ -28,11 +41,7 @@ _<sup>2</sup>[Department of Computing, The Hong Kong Polytechnic University](htt
![driver](https://img.shields.io/badge/driver-v460.73.01-green.svg?style=plastic)
![gcc](https://img.shields.io/badge/gcc-v7.5.0-green.svg?style=plastic)

- Clone this repository:
```bash
git clone https://github.com/yangxy/GPEN.git
cd GPEN
```

- Download RetinaFace model and our pre-trained model (not our best model due to commercial issues) and put them into ``weights/``.

[RetinaFace-R50](https://public-vigen-video.oss-cn-shanghai.aliyuncs.com/robin/models/RetinaFace-R50.pth) | [GPEN-512](https://public-vigen-video.oss-cn-shanghai.aliyuncs.com/robin/models/GPEN-512.pth) | [GPEN-1024-Color](https://public-vigen-video.oss-cn-shanghai.aliyuncs.com/robin/models/GPEN-1024-Color.pth)
Expand Down

0 comments on commit 82b720b

Please sign in to comment.