Skip to content

Releases: DFKI-SignLanguage/VideoProcessingTools

0.4

20 Aug 09:04
ee8b03c
Compare
Choose a tag to compare
  • Switched from old mediapipe 0.8 FaceMesh solution to new 0.10 FaceLandmarker.
    • Number of landmasks increased from 468 to 478!Thus, the output shape of the landmark infomation numpy file is changed to [N][478][3].
  • Removed cv2 dependency from face extraction.
    • Now OpenCV is needed only for the computation of the motion energy.
  • 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.3 - Python 3.11, mediapipe 0.10.x, mtcnn 1.0.0

13 Aug 22:13
e6bab3b
Compare
Choose a tag to compare

Updated dependencies to support Python 3.11, mediapipe 0.10.x, mtcnn 1.0.0.

0.2

12 Aug 19:07
Compare
Choose a tag to compare
0.2

Freezing code before switching to modern versions of MediaPipe and MTCNN (thus supporting Python 3.11+)

SignLanguage-VideoProcessingTools

26 Jan 08:10
Compare
Choose a tag to compare
Pre-release

First release with tools for trimming, identifying faces, cropping, extracting face mesh data.