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: Changelog.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,13 @@ Types of changes:
19
19
20
20
### Changed
21
21
22
-
- Switched from old mediapipe 0.8 Facemesh solution to new 0.10 FaceLandmarker.
23
-
- Number of landmasks increased from 468 to 478! Output shape of the landmark infomation numpy file is changed!
22
+
## [0.4] - 2025-08-20
23
+
24
+
- Switched from old mediapipe 0.8 FaceMesh solution to new 0.10 FaceLandmarker.
25
+
- Number of landmasks increased from 468 to 478!Thus, the output shape of the landmark infomation numpy file is changed to [N][478][3].
24
26
- Removed cv2 dependency from face extraction.
25
27
- Now OpenCV is needed only for the computation of the motion energy.
26
-
- Added code to extract blendshape data from faces. 52 blendshapes are optionally saved into a numyp array. See option --outblendshapes in extract_face_data module.
28
+
- Added code to extract blendshape data from faces. 52 blendshapes are optionally saved into a numyp array of shape [N][52]. See option --outblendshapes in `extract_face_data` module.
0 commit comments