mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-24 14:50:43 +00:00
potential issue #163
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 @dearkafka on GitHub (Feb 15, 2022).
Im finding some color distortion which is significant in my own training cases (but visible in v1.2) and seems to be resolved by altering rgb2bgr=False in 2 rows:
https://github.com/TencentARC/GFPGAN/blob/24b1f24ef561b2d20e3bbb607c2ce1f43f872e7b/gfpgan/utils.py#L115
https://github.com/TencentARC/GFPGAN/blob/24b1f24ef561b2d20e3bbb607c2ce1f43f872e7b/gfpgan/utils.py#L122
so colours are becoming more vivid and match original
what do you think?