Skip to content

Commit 4dc4b19

Browse files
MediaPipe TeamSebastian Schmidt
MediaPipe Team
authored and
Sebastian Schmidt
committedSep 6, 2022
Project import generated by Copybara.
GitOrigin-RevId: 1e13be30e2c6838d4a2ff768a39c414bc80534bb
1 parent 63e679d commit 4dc4b19

File tree

639 files changed

+71316
-2067
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

639 files changed

+71316
-2067
lines changed
 

‎MANIFEST.in

+1-11
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,4 @@ include MANIFEST.in
77
include README.md
88
include requirements.txt
99

10-
recursive-include mediapipe/modules *.tflite *.txt *.binarypb
11-
exclude mediapipe/modules/face_detection/face_detection_full_range.tflite
12-
exclude mediapipe/modules/objectron/object_detection_3d_chair_1stage.tflite
13-
exclude mediapipe/modules/objectron/object_detection_3d_sneakers_1stage.tflite
14-
exclude mediapipe/modules/objectron/object_detection_3d_sneakers.tflite
15-
exclude mediapipe/modules/objectron/object_detection_3d_chair.tflite
16-
exclude mediapipe/modules/objectron/object_detection_3d_camera.tflite
17-
exclude mediapipe/modules/objectron/object_detection_3d_cup.tflite
18-
exclude mediapipe/modules/objectron/object_detection_ssd_mobilenetv2_oidv4_fp16.tflite
19-
exclude mediapipe/modules/pose_landmark/pose_landmark_lite.tflite
20-
exclude mediapipe/modules/pose_landmark/pose_landmark_heavy.tflite
10+
recursive-include mediapipe/modules *.txt

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Home
44
nav_order: 1
55
---
66

7-
![MediaPipe](docs/images/mediapipe_small.png)
7+
![MediaPipe](https://mediapipe.dev/images/mediapipe_small.png)
88

99
--------------------------------------------------------------------------------
1010

@@ -13,21 +13,21 @@ nav_order: 1
1313
[MediaPipe](https://google.github.io/mediapipe/) offers cross-platform, customizable
1414
ML solutions for live and streaming media.
1515

16-
![accelerated.png](docs/images/accelerated_small.png) | ![cross_platform.png](docs/images/cross_platform_small.png)
16+
![accelerated.png](https://mediapipe.dev/images/accelerated_small.png) | ![cross_platform.png](https://mediapipe.dev/images/cross_platform_small.png)
1717
:------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------:
1818
***End-to-End acceleration***: *Built-in fast ML inference and processing accelerated even on common hardware* | ***Build once, deploy anywhere***: *Unified solution works across Android, iOS, desktop/cloud, web and IoT*
19-
![ready_to_use.png](docs/images/ready_to_use_small.png) | ![open_source.png](docs/images/open_source_small.png)
19+
![ready_to_use.png](https://mediapipe.dev/images/ready_to_use_small.png) | ![open_source.png](https://mediapipe.dev/images/open_source_small.png)
2020
***Ready-to-use solutions***: *Cutting-edge ML solutions demonstrating full power of the framework* | ***Free and open source***: *Framework and solutions both under Apache 2.0, fully extensible and customizable*
2121

2222
## ML solutions in MediaPipe
2323

2424
Face Detection | Face Mesh | Iris | Hands | Pose | Holistic
2525
:----------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------: | :------:
26-
[![face_detection](docs/images/mobile/face_detection_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/face_detection) | [![face_mesh](docs/images/mobile/face_mesh_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/face_mesh) | [![iris](docs/images/mobile/iris_tracking_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/iris) | [![hand](docs/images/mobile/hand_tracking_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/hands) | [![pose](docs/images/mobile/pose_tracking_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/pose) | [![hair_segmentation](docs/images/mobile/holistic_tracking_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/holistic)
26+
[![face_detection](https://mediapipe.dev/images/mobile/face_detection_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/face_detection) | [![face_mesh](https://mediapipe.dev/images/mobile/face_mesh_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/face_mesh) | [![iris](https://mediapipe.dev/images/mobile/iris_tracking_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/iris) | [![hand](https://mediapipe.dev/images/mobile/hand_tracking_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/hands) | [![pose](https://mediapipe.dev/images/mobile/pose_tracking_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/pose) | [![hair_segmentation](https://mediapipe.dev/images/mobile/holistic_tracking_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/holistic)
2727

2828
Hair Segmentation | Object Detection | Box Tracking | Instant Motion Tracking | Objectron | KNIFT
2929
:-------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------: | :---:
30-
[![hair_segmentation](docs/images/mobile/hair_segmentation_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/hair_segmentation) | [![object_detection](docs/images/mobile/object_detection_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/object_detection) | [![box_tracking](docs/images/mobile/object_tracking_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/box_tracking) | [![instant_motion_tracking](docs/images/mobile/instant_motion_tracking_android_small.gif)](https://google.github.io/mediapipe/solutions/instant_motion_tracking) | [![objectron](docs/images/mobile/objectron_chair_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/objectron) | [![knift](docs/images/mobile/template_matching_android_cpu_small.gif)](https://google.github.io/mediapipe/solutions/knift)
30+
[![hair_segmentation](https://mediapipe.dev/images/mobile/hair_segmentation_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/hair_segmentation) | [![object_detection](https://mediapipe.dev/images/mobile/object_detection_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/object_detection) | [![box_tracking](https://mediapipe.dev/images/mobile/object_tracking_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/box_tracking) | [![instant_motion_tracking](https://mediapipe.dev/images/mobile/instant_motion_tracking_android_small.gif)](https://google.github.io/mediapipe/solutions/instant_motion_tracking) | [![objectron](https://mediapipe.dev/images/mobile/objectron_chair_android_gpu_small.gif)](https://google.github.io/mediapipe/solutions/objectron) | [![knift](https://mediapipe.dev/images/mobile/template_matching_android_cpu_small.gif)](https://google.github.io/mediapipe/solutions/knift)
3131

3232
<!-- []() in the first cell is needed to preserve table formatting in GitHub Pages. -->
3333
<!-- Whenever this table is updated, paste a copy to solutions/solutions.md. -->

0 commit comments

Comments
 (0)
Please sign in to comment.