Skip to content

Commit a88dbfc

Browse files
authored
Update README.md
1 parent 0e19f62 commit a88dbfc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Watch here the [crop_video help text](Docs/Help/crop_video.txt)
8585

8686
_Warning!!!_ The resolution of the output video might differ from the width/height specified in the JSON file. This is due to limitations of some codecs.
8787

88-
### Extract Face Mesh
88+
### Extract Face Data
8989

9090
Finds a face in the video and uses MediaPipe to extract landmarks and other head transformation data.
9191

@@ -113,6 +113,8 @@ The normalization is performed assuming that some of the points at the border of
113113
Hence, those points are used to compute a "rigid" orthogonal system. The advantage is that we don't need any other MediaPipe module to estimate the rotation of the head.
114114
The following pic shows the vectors used for the normalization process. It helps understanding the implementation of the `compute_normalization_params()` function.
115115

116+
Since v0.4, the tool uses mediapipe 0.10 FaceLandmarker and can also extract AR-Kit complatible blendshapes.
117+
116118
![Vectors used for the face landmarks normalization](Docs/Pics/face_normalization_notes.png)
117119

118120
### Trim Video

0 commit comments

Comments
 (0)