Skip to content

Commit 209e7e8

Browse files
authored
Update README and requirements.txt for face_landmark example (#57)
1 parent 396f496 commit 209e7e8

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

examples/face_landmark/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## FaceLandmark example
22

3-
Change the URL and TOKEN inside the script
3+
To run this demo:
44

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)
5+
1. pip install -r requirements.txt
6+
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)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
opencv-python
2+
mediapipe
3+
numpy

0 commit comments

Comments
 (0)