1
0
mirror of https://github.com/TencentARC/GFPGAN.git synced 2025-05-18 08:10:16 -07:00

minor updates

This commit is contained in:
Xintao 2021-05-18 15:44:01 +08:00
parent 1c09b47fcb
commit d70570ef20
4 changed files with 17 additions and 2 deletions

View File

@ -1 +1,3 @@
# GFPGAN # GFPGAN
[English](README.md) **|** [简体中文](README_CN.md)

3
README_CN.md Normal file
View File

@ -0,0 +1,3 @@
# GFPGAN
[English](README.md) **|** [简体中文](README_CN.md)

10
requirements.txt Normal file
View File

@ -0,0 +1,10 @@
facexlib
lmdb
numpy
opencv-python
pyyaml
tb-nightly
torch>=1.7
torchvision
tqdm
yapf

View File

@ -1,5 +1,5 @@
# general settings # general settings
name: debug_train_GFPGANv1_512 name: train_GFPGANv1_512
model_type: GFPGANModel model_type: GFPGANModel
num_gpu: 4 num_gpu: 4
manual_seed: 0 manual_seed: 0