You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,23 @@ title: Home
4
4
nav_order: 1
5
5
---
6
6
7
+
# This is a fork of MediaPipe to demonstrate building MediaPipe as a Framework for iOS, in this case, the FaceMesh model
8
+
- This builds an XCFramework into ./frameworkbuild/FaceMeshIOSLibFramework/xcframework
9
+
- The XCFramework contains both arm64 and x86_64 (iOS Simulator) parts, so you can use this on both real devices and on the iOS simulator
10
+
- I've created the Objective-C file for the framework in //mediapipe/examples/ios/facemeshioslib
11
+
12
+
# Usage
13
+
## Building
14
+
- prerequisites
15
+
- You need to have Google's Bazel installed. Personally I install via node (`npm install -g bazel`).
16
+
- run `./BUILD_FACE_MESH_XCFRAMEWORK.sh`, the resulting framework should then appear in ./frameworkbuild/FaceMeshIOSLibFramework/xcframework/FaceMeshIOSLibFramework.xcframework
17
+
- Copy the framework and use it in your projects. You're welcome.
0 commit comments