PB Unity commited on
Commit
444ab5f
1 Parent(s): 681b6d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ license: apache-2.0
6
  # Face Landmark from Google Mediapipe validated for Unity Sentis
7
  This is the [Face Landmark model](https://developers.google.com/mediapipe/solutions/vision/face_landmarker) from Google in the Sentis format.
8
 
9
- The model detects 468 3D markers on a face centered in an image. You could use these markers, for example, to control a Mesh.
10
 
11
  **IMPORTANT:** For need to be centered and cropped to fit the image. For images with faces not in the center or for multiple faces, you will need another model to detect faces, and crop them before feeding them into this model. For example you could use [Blaze Face](https://huggingface.co/unity/sentis-blaze-face) to detect them.
12
 
 
6
  # Face Landmark from Google Mediapipe validated for Unity Sentis
7
  This is the [Face Landmark model](https://developers.google.com/mediapipe/solutions/vision/face_landmarker) from Google in the Sentis format.
8
 
9
+ The model detects 468 3D markers on a face centered in an image. You could use these markers, for example, to control a Mesh. For example [this one](https://github.com/google/mediapipe/blob/master/mediapipe/modules/face_geometry/data/canonical_face_model.obj) in obj format.
10
 
11
  **IMPORTANT:** For need to be centered and cropped to fit the image. For images with faces not in the center or for multiple faces, you will need another model to detect faces, and crop them before feeding them into this model. For example you could use [Blaze Face](https://huggingface.co/unity/sentis-blaze-face) to detect them.
12