diff --git a/README.md b/README.md index 367d753..106379c 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# GFPGAN \ No newline at end of file +# GFPGAN + +[English](README.md) **|** [简体中文](README_CN.md) diff --git a/README_CN.md b/README_CN.md new file mode 100644 index 0000000..106379c --- /dev/null +++ b/README_CN.md @@ -0,0 +1,3 @@ +# GFPGAN + +[English](README.md) **|** [简体中文](README_CN.md) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f4ba5de --- /dev/null +++ b/requirements.txt @@ -0,0 +1,10 @@ +facexlib +lmdb +numpy +opencv-python +pyyaml +tb-nightly +torch>=1.7 +torchvision +tqdm +yapf diff --git a/train_gfpgan_v1.yml b/train_gfpgan_v1.yml index b34704c..3c31ba6 100644 --- a/train_gfpgan_v1.yml +++ b/train_gfpgan_v1.yml @@ -1,5 +1,5 @@ # general settings -name: debug_train_GFPGANv1_512 +name: train_GFPGANv1_512 model_type: GFPGANModel num_gpu: 4 manual_seed: 0