0.8.0
版本发布时间: 2020-11-05 08:23:24
google-ai-edge/mediapipe最新发布版本:v0.10.15(2024-08-31 03:09:23)
-
MediaPipe in Python
- Released Python Solution API for MediaPipe Face Mesh and MediaPipe Hands
- Updated Python Solution API for MediaPipe Pose
- Also released usage examples as Google Colabs
-
MediaPipe Objectron
- Released a faster two-stage pipeline
- Added support for more object classes: shoe, chair, cup and camera
- Released training dataset, (to be) announced in a Google AI Blog post
- New Tensor class
- Released as a multi-dimensional tensor data container, supporting multiple backends like CPU, Metal buffer, GL buffer and GL texture 2D
- Added new Tensor-based pre-processing, inference and post-processing calculators in mediapipe/calculators/tensor, branched from existing calculators in mediapipe/calculators/tflite
- Most of the (sub-)graph in mediapipe/modules have been updated to use Tensor and the associated calculators. The plan is to fully migrate all in the repo (and deprecate mediapipe/calculators/tflite by end of 2020.
-
MediaPipe Hands
- Refactored graphs to depend on the new palm_detection and hand_landmark module.
- Improved model speed for both palm detection and hand landmark.
- Extended the main hand tracking example apps to support multiple hands, to replace the separate multi-hand tracking examples.
-
MediaPipe Face Detection
- Refactored graphs to depend on the face_detection module.