PB Unity commited on
Commit
531079d
1 Parent(s): f64e044

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ This is the [Face Landmark model](https://developers.google.com/mediapipe/soluti
8
 
9
  The model detects 468 3D markers on a face centered in an image.
10
 
11
- **IMPORTANT:** For faces not centered in the image you will need another model to detect faces, and crop them before feeding them into this model.
12
 
13
  ## How to Use
14
  * Create a new scene in Unity 2023
 
8
 
9
  The model detects 468 3D markers on a face centered in an image.
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
 
13
  ## How to Use
14
  * Create a new scene in Unity 2023