deepinsight / deepinsight/insightface
How to get src points for face alignment transformation ?
Open
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
I saw the code in face_align.py:
arcface_src = np.array(
[[38.2946, 51.6963], [73.5318, 51.5014], [56.0252, 71.7366],
[41.5493, 92.3655], [70.7299, 92.2041]],
dtype=np.float32)
but what's the specific method for acquiring those values ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.