PB Unity commited on
Commit
ef91352
1 Parent(s): 6ecaf1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
 
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pipeline_tag: object-detection
3
  license: apache-2.0
4
  ---
5
+
6
+ # Face Landmark from Google 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.
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
+ ## Preview
14
+ If you get it working it should look like this (original image from pexels.com):
15
+ ![image showing markers](preview_face_landmark.png)
16
+
17
+ ## License
18
+ All Google Mediapipe models are open source under the Apache 2.0 license. The accompanying C# source code we provide can be used in your applications for commercial purposes.