mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-13 21:04:31 +00:00
"stylegan2_arch.py" seems to be missing #4
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?
Originally created by @styler00dollar on GitHub (Jun 4, 2021).
GFPGANv1 seems to import "stylegan2_arch.py" here, but there is no such file in this repo.
StyleGAN2Generatorand several other things are missing. This file from the BasicSR repo should be included in this repo as well.@BounharAbdelaziz commented on GitHub (Jun 14, 2021):
Indeed, I think there are many dependencies with the BasicSR repository
@xinntao commented on GitHub (Jun 15, 2021):
It depends on BasicSR for both training and inference.
You can easily install basicsr by
BASICSR_EXT=True pip install basicsrA colab example:
https://colab.research.google.com/drive/1sVsoBd9AjckIXThgtZhGrHRfFI6UUYOo