a908d668c7
GitOrigin-RevId: 4cee4a2c2317fb190680c17e31ebbb03bb73b71c
2.3 KiB
2.3 KiB
layout | title | parent | nav_order |
---|---|---|---|
default | Hair Segmentation | Solutions | 6 |
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.