Skip to content

Commit ee8b03c

Browse files
authored
Update Changelog.md
1 parent a238a99 commit ee8b03c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Changelog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ Types of changes:
1919

2020
### Changed
2121

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].
2426
- Removed cv2 dependency from face extraction.
2527
- 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.
2729

2830
## [0.3] - 2025-08-14
2931

0 commit comments

Comments
 (0)