Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luchaoqi authored Oct 20, 2024
1 parent 2b04db1 commit aa48de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ For in-code face alignment (no separate data preprocessing through CLI), you may
- [serengil/deepface: A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python](https://github.com/serengil/deepface)
> best so far with detailed readme compared to the rest of the tools
- [`facexlib`](https://github.com/xinntao/facexlib) where an example in GFPGAN is given [here](https://github.com/TencentARC/GFPGAN/blob/7552a7791caad982045a7bbe5634bbf1cd5c8679/gfpgan/utils.py#L79-L148).
> sanity check of facexlib code justifies it with the following links: [face_template values · Issue #14 · xinntao/facexlib](https://github.com/xinntao/facexlib/issues/14) and [source code](https://github.com/xinntao/facexlib/blob/e5768d1722a3fddc6ccd1b91a6a17f432ed149b4/facexlib/utils/face_restoration_helper.py#L68).
> sanity check of facexlib code justifies it with the following links: [face_template values · Issue #14 · xinntao/facexlib](https://github.com/xinntao/facexlib/issues/14) and [source code](https://github.com/xinntao/facexlib/blob/e5768d1722a3fddc6ccd1b91a6a17f432ed149b4/facexlib/utils/face_restoration_helper.py#L68).
- [`insightface`](https://github.com/deepinsight/insightface/tree/master/python-package) where you may find some examples [here](https://huggingface.co/h94/IP-Adapter-FaceID).

0 comments on commit aa48de3

Please sign in to comment.