Skip to content
Compare
Choose a tag to compare
@fnunnari fnunnari released this 20 Aug 09:04
ee8b03c
  • 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.