mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-04 08:14:41 +00:00
results are strange while testing on whole img #37
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 @tachikoma777 on GitHub (Jul 29, 2021).
Hi, I'm using pretrain model for testing, while testing on align cropped faces, the results are promising.
However, while testing as whole img the results are wrong, seems the detection is not working well because in results cmp folder there is no faces or sereval faces in one img.
I didn't change the code, is there anything wrong the whole img testing? Thanks in advance.
@xinntao commented on GitHub (Aug 3, 2021):
@tachikoma777 commented on GitHub (Aug 4, 2021):
But I use default test img in original project, it will be strange if no face is detected. results are as follows:

@tachikoma777 commented on GitHub (Aug 4, 2021):
By the way, I have i small question about the Channel-Split SFT, which is how the F_prior is splited in chanels? How many channel F_prior have? Thanks!
@xinntao commented on GitHub (Aug 4, 2021):
Did you use the colab demo?
It seems that there must be something wrong with face detection.~
@xinntao commented on GitHub (Aug 4, 2021):
Half the original channels~
@tachikoma777 commented on GitHub (Aug 5, 2021):
No, I tested on local side. After I recheck the crop region and found that for every input the detection region is always the left up 512*512 block. I tested on both moblienet and resnet detection model.
Is there something wrong with facexlib? I tested both v0.1.3.1 and v0.1
@xinntao commented on GitHub (Aug 6, 2021):
I have updated the model without colorization. Colab demo: https://colab.research.google.com/drive/1sVsoBd9AjckIXThgtZhGrHRfFI6UUYOo
For your problem, I have not encountered this issue on my side.