Releases: homuler/MediaPipeUnityPlugin
Releases · homuler/MediaPipeUnityPlugin
v0.6.2
- MediaPipe v0.8.6
- enable to get pose world landmarks
- enable to switch face detection models
See CHANGELOG for more details.
v0.6.1
- MediaPipe v0.8.5
- Bug Fixes
- Cannot install msys2 packages (Docker on Windows)
- Use gcc-10 and g++10 on Docker
- rules_cc's branch name has changed(#211) (fixed by @KennethHarmon )
See CHANGELOG for more details.
v0.6.0
- MediaPipe v0.8.4
- Unity 2020.3.8f1
- Add FaceGeometryPacket
- Bug Fixes
See CHANGELOG for more details.
v0.5.3
- Add option to build OpenCV from sources and link it statically (Desktop)
- Add Dockerfile to build Ubuntu-based images
- Bug Fixes
copytree
fails on Windows (Docker)
- typo in pacman.patch (Docker)
nuget
fails on Ubuntu or Debian
- fix rules_foreign_cc version
- fail to compile when the target is Android (Windows, macOS)
v0.5.1
- Make the plugin more portable
- Implement build script (build.py) and remove
Makefile
- re-implement
ResourceManager
- Objectron (Desktop)
See CHANGELOG for more details.
v0.5.0
- Instant Motion Tracking (on GPU)
- Place model files (
*.tflite
) under Resources
- Bug Fixes
- duplicated graph instances are created
filegroup
cannot be included in the deps
of pkg_model
See CHANGELOG for more details.
v0.4.3
- Holistic with iris
- Bug Fixes
- Request user permission before listing webcam devices
- Unity Editor hangs when exiting play mode
- PC Standalone does not shut down
- Example scenes cannot be run when the target platform is Android or iOS
See CHANGELOG for more details.
v0.4.2
- Windows 10 support
- Box Tracking sample
- Holistic sample
- Bug Fixes
- Use microseconds as a Timestamp value
- Load proper libraries on Unity Editor
- etc...
See CHANGELOG for more details.