We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
you use twice gaussian blur with the same (101,101) kernel should it be split into two 101x1 and 1x101 kernels?
or is it just a duplicate?
facexlib/facexlib/utils/face_restoration_helper.py
Line 317 in 9557a45
The text was updated successfully, but these errors were encountered:
Nicely spotted. I cannot answer.
Just to be clear for xinntao, the issue is about the duplicate lines:
Lines 316 to 318 in 9557a45
Edit: This was added with ParseNet. I see it is used as well with GPEN.
Sorry, something went wrong.
Thanks for the pointer, I'll post it there as well
No branches or pull requests
Hi,
you use twice gaussian blur with the same (101,101) kernel
should it be split into two 101x1 and 1x101 kernels?
or is it just a duplicate?
facexlib/facexlib/utils/face_restoration_helper.py
Line 317 in 9557a45
The text was updated successfully, but these errors were encountered: