2020-09-16 03:31:50 +02:00
---
layout: default
title: Models and Model Cards
parent: Solutions
nav_order: 30
---
2020-09-17 17:43:21 +02:00
# MediaPipe Models and Model Cards
2020-09-16 03:31:50 +02:00
{: .no_toc }
1. TOC
{:toc}
---
### [Face Detection](https://google.github.io/mediapipe/solutions/face_detection)
* Face detection model for front-facing/selfie camera:
2021-05-05 03:30:15 +02:00
[TFLite model ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/face_detection/face_detection_front.tflite ),
2021-06-03 22:13:30 +02:00
[TFLite model quantized for EdgeTPU/Coral ](https://github.com/google/mediapipe/tree/master/mediapipe/examples/coral/models/face-detector-quantized_edgetpu.tflite ),
[Model card ](https://mediapipe.page.link/blazeface-mc )
2020-09-16 03:31:50 +02:00
* Face detection model for back-facing camera:
2021-06-03 22:13:30 +02:00
[TFLite model ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/face_detection/face_detection_back.tflite ),
[Model card ](https://mediapipe.page.link/blazeface-back-mc )
* Face detection model for back-facing camera (sparse):
[TFLite model ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/face_detection/face_detection_back_sparse.tflite ),
[Model card ](https://mediapipe.page.link/blazeface-back-sparse-mc )
2020-09-16 03:31:50 +02:00
### [Face Mesh](https://google.github.io/mediapipe/solutions/face_mesh)
* Face landmark model:
[TFLite model ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/face_landmark/face_landmark.tflite ),
[TF.js model ](https://tfhub.dev/mediapipe/facemesh/1 )
* [Model card ](https://mediapipe.page.link/facemesh-mc )
### [Iris](https://google.github.io/mediapipe/solutions/iris)
* Iris landmark model:
[TFLite model ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/iris_landmark/iris_landmark.tflite )
* [Model card ](https://mediapipe.page.link/iris-mc )
### [Hands](https://google.github.io/mediapipe/solutions/hands)
* Palm detection model:
2020-11-05 01:02:35 +01:00
[TFLite model ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/palm_detection/palm_detection.tflite ),
2020-09-16 03:31:50 +02:00
[TF.js model ](https://tfhub.dev/mediapipe/handdetector/1 )
* Hand landmark model:
2020-11-05 01:02:35 +01:00
[TFLite model ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/hand_landmark/hand_landmark.tflite ),
2021-02-27 09:21:16 +01:00
[TFLite model (sparse) ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/hand_landmark/hand_landmark_sparse.tflite ),
2020-09-16 03:31:50 +02:00
[TF.js model ](https://tfhub.dev/mediapipe/handskeleton/1 )
2021-02-27 09:21:16 +01:00
* [Model card ](https://mediapipe.page.link/handmc ), [Model card (sparse) ](https://mediapipe.page.link/handmc-sparse )
2020-09-16 03:31:50 +02:00
### [Pose](https://google.github.io/mediapipe/solutions/pose)
* Pose detection model:
[TFLite model ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/pose_detection/pose_detection.tflite )
2021-05-05 03:30:15 +02:00
* Pose landmark model:
[TFLite model (lite) ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/pose_landmark/pose_landmark_lite.tflite ),
[TFLite model (full) ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/pose_landmark/pose_landmark_full.tflite ),
[TFLite model (heavy) ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/pose_landmark/pose_landmark_heavy.tflite )
2020-09-16 03:31:50 +02:00
* [Model card ](https://mediapipe.page.link/blazepose-mc )
2020-12-10 04:13:05 +01:00
### [Holistic](https://google.github.io/mediapipe/solutions/holistic)
* Hand recrop model:
[TFLite model ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/holistic_landmark/hand_recrop.tflite )
2021-06-03 22:13:30 +02:00
### [Selfie Segmentation](https://google.github.io/mediapipe/solutions/selfie_segmentation)
* [TFLite model (general) ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/selfie_segmentation/selfie_segmentation.tflite )
* [TFLite model (landscape) ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/selfie_segmentation/selfie_segmentation_landscape.tflite )
* [Model card ](https://mediapipe.page.link/selfiesegmentation-mc )
2020-09-16 03:31:50 +02:00
### [Hair Segmentation](https://google.github.io/mediapipe/solutions/hair_segmentation)
* [TFLite model ](https://github.com/google/mediapipe/tree/master/mediapipe/models/hair_segmentation.tflite )
* [Model card ](https://mediapipe.page.link/hairsegmentation-mc )
### [Object Detection](https://google.github.io/mediapipe/solutions/object_detection)
* [TFLite model ](https://github.com/google/mediapipe/tree/master/mediapipe/models/ssdlite_object_detection.tflite )
* [TFLite model quantized for EdgeTPU/Coral ](https://github.com/google/mediapipe/tree/master/mediapipe/examples/coral/models/object-detector-quantized_edgetpu.tflite )
* [TensorFlow model ](https://github.com/google/mediapipe/tree/master/mediapipe/models/object_detection_saved_model )
* [Model information ](https://github.com/google/mediapipe/tree/master/mediapipe/models/object_detection_saved_model/README.md )
### [Objectron](https://google.github.io/mediapipe/solutions/objectron)
2021-02-27 09:21:16 +01:00
* [TFLite model for shoes ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/objectron/object_detection_3d_sneakers.tflite )
* [TFLite model for chairs ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/objectron/object_detection_3d_chair.tflite )
* [TFLite model for cameras ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/objectron/object_detection_3d_camera.tflite )
* [TFLite model for cups ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/objectron/object_detection_3d_cup.tflite )
* [Single-stage TFLite model for shoes ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/objectron/object_detection_3d_sneakers_1stage.tflite )
* [Single-stage TFLite model for chairs ](https://github.com/google/mediapipe/tree/master/mediapipe/modules/objectron/object_detection_3d_chair_1stage.tflite )
2020-11-05 01:02:35 +01:00
* [Model card ](https://mediapipe.page.link/objectron-mc )
2020-09-16 03:31:50 +02:00
### [KNIFT](https://google.github.io/mediapipe/solutions/knift)
* [TFLite model for up to 200 keypoints ](https://github.com/google/mediapipe/tree/master/mediapipe/models/knift_float.tflite )
* [TFLite model for up to 400 keypoints ](https://github.com/google/mediapipe/tree/master/mediapipe/models/knift_float_400.tflite )
* [TFLite model for up to 1000 keypoints ](https://github.com/google/mediapipe/tree/master/mediapipe/models/knift_float_1k.tflite )
* [Model card ](https://mediapipe.page.link/knift-mc )