Skip to content

Commit dcb87eb

Browse files
committed
added readme
1 parent 6887dd0 commit dcb87eb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ nav_order: 1
2020
- delegate callback gives you an array of detected faces (But there's only one face configured in my graph.. so there's at most length 1)
2121
- each face is an array of 468 `FaceMeshIOSLibFaceLandmarkPoint` points (x,y,z)
2222

23+
## Resources
24+
- I couldn't have done this without these sources
25+
- This great example : https://powderapp.medium.com/mediapipe-tutorial-find-memes-that-match-your-facial-expression-9bf598da98c0
26+
- Mentioned from issue [here](https://github.com/google/mediapipe/issues/364)
27+
- Mediapipe graph visualizer : https://viz.mediapipe.dev
28+
- Understanding mediapipe graphs/calculators : I find it great to start here https://google.github.io/mediapipe/framework_concepts/calculators.html
29+
- [This Stackoverflow thread for pointing out how to create XCFrameworks](https://stackoverflow.com/questions/63267897/building-for-ios-simulator-but-the-linked-framework-framework-was-built/65613941#65613941)
30+
- I tried using good ol' `lipo -create ... -output ...` with the binaries and putting it in a normal `.framework`. XCode 12.4 refuses to build with the error `Building for iOS Simulator, but the linked and embedded framework was built for iOS + iOS Simulator`. It seemed not so long ago that I last used the `lipo` method. Things change so fast.
31+
2332

2433
![MediaPipe](docs/images/mediapipe_small.png)
2534

0 commit comments

Comments
 (0)