mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-07-09 02:06:30 +00:00
use autocrop instead of facexlib #26
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 @AK391 on GitHub (Jul 15, 2021).
https://github.com/leblancfg/autocrop autcrop does not require extra steps in installation as facexlib does
@woctezuma commented on GitHub (Jul 15, 2021):
First, FaceXLib is developed by the first author of GFP-GAN.
Second, Autocrop is a wrapper around the Cascade Classifier of OpenCV, which was published [1] in 2004.
In contrast, the face detection in FaceXLib is based on RetinaFace, which was published [2] in 2019, so much more recent.
[1] Viola, Paul, and Michael J. Jones. "Robust real-time face detection." International journal of computer vision 57.2 (2004): 137-154.
[2] Deng, Jiankang, et al. "Retinaface: Single-stage dense face localisation in the wild." arXiv preprint arXiv:1905.00641 (2019).