f96eadd6df
GitOrigin-RevId: f7d09ed033907b893638a8eb4148efa11c0f09a6
39 lines
2.7 KiB
Markdown
39 lines
2.7 KiB
Markdown
---
|
|
layout: default
|
|
title: Solutions
|
|
nav_order: 3
|
|
has_children: true
|
|
has_toc: false
|
|
---
|
|
|
|
# Solutions
|
|
{: .no_toc }
|
|
|
|
1. TOC
|
|
{:toc}
|
|
---
|
|
|
|
<!-- []() in the first cell is needed to preserve table formatting in GitHub Pages. -->
|
|
<!-- Whenever this table is updated, paste a copy to ../external_index.md. -->
|
|
|
|
[]() | Android | iOS | Desktop | Python | Web | Coral
|
|
:---------------------------------------------------------------------------------------- | :-----: | :-: | :-----: | :----: | :-: | :---:
|
|
[Face Detection](https://google.github.io/mediapipe/solutions/face_detection) | ✅ | ✅ | ✅ | | ✅ | ✅
|
|
[Face Mesh](https://google.github.io/mediapipe/solutions/face_mesh) | ✅ | ✅ | ✅ | ✅ | |
|
|
[Iris](https://google.github.io/mediapipe/solutions/iris) | ✅ | ✅ | ✅ | | ✅ |
|
|
[Hands](https://google.github.io/mediapipe/solutions/hands) | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
[Pose](https://google.github.io/mediapipe/solutions/pose) | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
[Hair Segmentation](https://google.github.io/mediapipe/solutions/hair_segmentation) | ✅ | | ✅ | | ✅ |
|
|
[Object Detection](https://google.github.io/mediapipe/solutions/object_detection) | ✅ | ✅ | ✅ | | | ✅
|
|
[Box Tracking](https://google.github.io/mediapipe/solutions/box_tracking) | ✅ | ✅ | ✅ | | |
|
|
[Instant Motion Tracking](https://google.github.io/mediapipe/solutions/instant_motion_tracking) | ✅ | | | | |
|
|
[Objectron](https://google.github.io/mediapipe/solutions/objectron) | ✅ | | | | |
|
|
[KNIFT](https://google.github.io/mediapipe/solutions/knift) | ✅ | | | | |
|
|
[AutoFlip](https://google.github.io/mediapipe/solutions/autoflip) | | | ✅ | | |
|
|
[MediaSequence](https://google.github.io/mediapipe/solutions/media_sequence) | | | ✅ | | |
|
|
[YouTube 8M](https://google.github.io/mediapipe/solutions/youtube_8m) | | | ✅ | | |
|
|
|
|
See also
|
|
[MediaPipe Models and Model Cards](https://google.github.io/mediapipe/solutions/models)
|
|
for ML models released in MediaPipe.
|