mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-15 05:44:38 +00:00
want to whole image in the result (without cropping) #38
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 @Harighs on GitHub (Jul 29, 2021).
Is it possible to have whole images as result?
when inference my images are been cropped in the result folder.
I NEED FULL IMAGE AS RESULT
I used "Load extensions just-in-time(JIT)":
BASICSR_JIT=True python inference_gfpgan_full.py --model_path experiments/pretrained_models/GFPGANv1.pth --test_path inputs/whole_imgs@xinntao commented on GitHub (Aug 3, 2021):
--paste-backoption for obtaining the whole image.@xinntao commented on GitHub (Aug 6, 2021):
I have updated the model, which can generate a reasonable whole image. Colab demo: https://colab.research.google.com/drive/1sVsoBd9AjckIXThgtZhGrHRfFI6UUYOo