* [MediaPipe in Python](https://google.github.io/mediapipe/#mediapipe-in-python)
* Released Python Solution API for [MediaPipe Face Mesh](https://solutions.mediapipe.dev/face_mesh#python) and [MediaPipe Hands](https://solutions.mediapipe.dev/hands#python)
* Updated Python Solution API for [MediaPipe Pose](https://solutions.mediapipe.dev/pose#python)
* Also released usage examples as [Google Colabs](https://google.github.io/mediapipe/#mediapipe-in-python)
* [MediaPipe Objectron](https://solutions.mediapipe.dev/objectron)
* Released a faster two-stage pipeline
* Added support for more object classes: shoe, chair, cup and camera
* Released [training dataset](https://github.com/google-research-datasets/Objectron/), (to be) announced in a [Google AI Blog post](https://mediapipe.page.link/objectron_dataset_ai_blog)
* New [Tensor](https://github.com/google/mediapipe/blob/master/mediapipe/framework/formats/tensor.h) 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](https://github.com/google/mediapipe/tree/master/mediapipe/calculators/tensor), branched from existing calculators in [mediapipe/calculators/tflite](https://github.com/google/mediapipe/tree/master/mediapipe/calculators/tflite)
* Most of the (sub-)graph in [mediapipe/modules](https://github.com/google/mediapipe/tree/master/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](https://github.com/google/mediapipe/tree/master/mediapipe/calculators/tflite) by end of 2020.
* [MediaPipe Hands](https://solutions.mediapipe.dev/hands)
* Refactored [graphs](https://github.com/google/mediapipe/tree/master/mediapipe/graphs/hand_tracking) to depend on the new [palm_detection](https://github.com/google/mediapipe/tree/master/mediapipe/modules/palm_detection) and [hand_landmark module](https://github.com/google/mediapipe/tree/master/mediapipe/modules/hand_landmark).
* Improved model speed for both palm detection and hand landmark.
* Extended the main hand tracking [example apps](http://solutions.mediapipe.dev/hands#example-apps) to support multiple hands, to replace the separate multi-hand tracking examples.
* [MediaPipe Face Detection](https://solutions.mediapipe.dev/face_detection)
* Refactored [graphs](https://github.com/google/mediapipe/tree/master/mediapipe/graphs/face_detection) to depend on the [face_detection module](https://github.com/google/mediapipe/tree/master/mediapipe/modules/face_detection).