Skip to content

v0.14.3

Latest
Compare
Choose a tag to compare
@homuler homuler released this 16 Mar 06:03
· 2 commits to master since this release
v0.14.3
fbd7002

Temporarily, the Android library is built only for arm64 (armv7 is excluded). This is due to the convenience of building the newly added AudioClassifier. For those who want to build for armv7, please refer to #1143 (comment).
If you need a fat aar, either build individually for each platform or exclude the AudioClassifier from the build (e.g. python build.py build --android arm64 --android_fat_apk_cpu=armeabi-v7a,arm64-v8a --solutions=face_mesh).

Features

Bug Fixes

  • memory leaks when the PoseLandmarker runs with segmentation mask enabled (#1166) (019a655)
  • sample: the sync mode fails when trying to get the ImageFrame result (#1142) (b6961e5)

ATTENTION: For some reason, the iOS framework is no longer included in the unitypackage, so if you need the iOS library, please use the tarball version or build it by yourself using MediaPipeUnityPlugin-all-stripped.zip or MediaPipeUnityPlugin-all.zip, which contain the iOS library.