mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-16 06:14:33 +00:00
[PR #37] [MERGED] Major revision: Support Pypi #552
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TencentARC/GFPGAN/pull/37
Author: @xinntao
Created: 8/8/2021
Status: ✅ Merged
Merged: 8/8/2021
Merged by: @xinntao
Base:
master← Head:pypi📝 Commits (4)
d831ffdreorganize5f72851update inferenceb919a7aupdate inferencee93ecd6format📊 Changes
28 files changed (+470 additions, -221 deletions)
View changed files
➕
.github/workflows/publish-pip.yml(+30 -0)📝
.github/workflows/pylint.yml(+2 -2)📝
.gitignore(+31 -14)➕
MANIFEST.in(+8 -0)📝
PaperModel.md(+6 -4)📝
README.md(+7 -5)➕
VERSION(+1 -0)➕
gfpgan/__init__.py(+6 -0)📝
gfpgan/archs/__init__.py(+3 -5)📝
gfpgan/archs/arcface_arch.py(+0 -1)📝
gfpgan/archs/gfpganv1_arch.py(+2 -3)📝
gfpgan/archs/gfpganv1_clean_arch.py(+0 -0)📝
gfpgan/archs/stylegan2_clean_arch.py(+2 -3)📝
gfpgan/data/__init__.py(+3 -4)📝
gfpgan/data/ffhq_degradation_dataset.py(+2 -3)📝
gfpgan/models/__init__.py(+3 -5)📝
gfpgan/models/gfpgan_model.py(+4 -5)➕
gfpgan/train.py(+11 -0)➕
gfpgan/utils.py(+134 -0)➕
gfpgan/weights/README.md(+3 -0)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.