8b57bf879b
GitOrigin-RevId: 08c2016a4df5aef571b464a4d4491f38c6b2af10
2.3 KiB
2.3 KiB
layout | title | parent | nav_order |
---|---|---|---|
default | Hair Segmentation | Solutions | 8 |
MediaPipe Hair Segmentation
{: .no_toc }
Table of contents
{: .text-delta } 1. TOC {:toc}Example Apps
Please first see general instructions for Android, iOS and desktop on how to build MediaPipe examples.
Note: To visualize a graph, copy the graph and paste it into MediaPipe Visualizer. For more information on how to visualize its associated subgraphs, please see visualizer documentation.
Mobile
- Graph:
mediapipe/graphs/hair_segmentation/hair_segmentation_mobile_gpu.pbtxt
- Android target:
(or download prebuilt ARM64 APK)
mediapipe/examples/android/src/java/com/google/mediapipe/apps/hairsegmentationgpu:hairsegmentationgpu
- iOS target: Not available
Desktop
- Running on CPU: Not available
- Running on GPU
Web
Please refer to these instructions.