You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/doc/en/vision/face_landmarks.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,5 +72,48 @@ while not app.need_exit():
72
72
-`landmarks_abs`: Specifies the coordinates of face keypoints in the original `img`. The `points` variable contains 478 keypoints in the order `x0, y0, x1, y1, ..., x477, y477`.
73
73
-`landmarks_rel`: Outputs coordinates in `img_std` and appends the results to the `points` variable.
74
74
-`points_z`: Represents depth estimation of the keypoints relative to the face's center of gravity. The closer to the camera, the larger the value. If behind the face's center, the value is negative. The values are proportional to the face's width.
75
+
76
+
## Extracting Partial Keypoints
77
+
78
+
The 478 keypoints may be excessive for some applications. If you only need specific ones, you can select them based on the <ahref="../../assets/maixcam_face_landmarks_full.jpg"target="_blank">high-resolution image</a> index. Common subsets include:
79
+
**Note: These are for reference only. Please rely on the actual model output for accuracy.**
0 commit comments