mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-26 07:42:02 +00:00
[PR #117] [bug fix] No module named 'gfpgan.version' #571
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?
Original Pull Request: https://github.com/TencentARC/GFPGAN/pull/117
State: closed
Merged: Yes
The following error occurred when I tried to run the script with Pythone3, I simply removed this line
from .version import *atgfpgan/__init__.py, and the problem fixedMachine: Mac
CPU: Intel
macOS: Monterey 12.1
Python: 3.x
Occurs with:
python3 inference_gfpgan.py --upscale 2 --test_path inputs/whole_imgs --save_root results