We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396f496 commit 209e7e8Copy full SHA for 209e7e8
examples/face_landmark/README.md
@@ -1,6 +1,9 @@
1
## FaceLandmark example
2
3
-Change the URL and TOKEN inside the script
+To run this demo:
4
5
-1. Download a model from https://developers.google.com/mediapipe/solutions/vision/face_landmarker#models
6
-2. Rename it to `face_landmarker.task` (as referenced by the code)
+1. pip install -r requirements.txt
+2. Download a model from https://developers.google.com/mediapipe/solutions/vision/face_landmarker#models
7
+3. Rename it to `face_landmarker.task` (as referenced by the code)
8
+4. Change the URL and TOKEN inside the script
9
+5. Connect to the same room from [another client](https://meet.livekit.io/?tab=custom)
examples/face_landmark/requirements.txt
@@ -0,0 +1,3 @@
+opencv-python
+mediapipe
+numpy
0 commit comments