chaofengc / PSFRGAN

PyTorch codes for "Progressive Semantic-Aware Style Transformation for Blind Face Restoration", CVPR2021
Other
370 stars 68 forks source link

Thank you for your work. After I retrained netG, there are obvious boundaries on the edges of the face #49

Closed leslie-ds closed 2 years ago

leslie-ds commented 2 years ago

Thank you for your work. After I retrained netG, there are obvious boundaries on the edges of the face Screenshot from 2021-12-05 11-21-47

chaofengc commented 2 years ago

Please note that our method only process the face region. The low quality faces are first cropped out, enhanced and then paste back to the original image. Therefore, background regions are not processed, resulting in the boundary edges.

You may refer to the more recent work GFPGAN for better performance: https://github.com/TencentARC/GFPGAN