cd2b69d58c
GitOrigin-RevId: f72a0f86c2c2acdb1920973c718a9e26ed3ec4b6
2.4 KiB
2.4 KiB
layout | title | parent | nav_order |
---|---|---|---|
default | Hair Segmentation | Solutions | 4 |
MediaPipe Hair Segmentation
{: .no_toc }
- 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.