mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-07-09 02:06:30 +00:00
Why does the same image in my local output file size is different with the image in the demo output file size? #241
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 @y80x86ol on GitHub (Sep 3, 2022).
Origin image size: 80KB
Demo: (output image size: 1.6M)
https://replicate.com/tencentarc/gfpgan
params:
'version': '1.3'
'upscale': 2
My local: (output image size: 268KB)
Macbook pro: used unoptimized RealESRGAN on CPU.
params:
args = {
'input': '',
'output': '',
'version': '1.3',
'upscale': 2,
'bg_upsampler': 'realesrgan',
'bg_tile': 400,
'suffix': None,
'only_center_face': False,
'aligned': False,
'ext': 'auto'
}
Please take a look at it. Thanks!
@umarmuzammil commented on GitHub (Sep 6, 2022):
Having same problem for some old images. I guess It fails to recognize a face if the image is scanned and not a actual digital copy.