UnityPaul commited on
Commit
c08911a
1 Parent(s): fa35d10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -4,7 +4,9 @@ license: apache-2.0
4
  library_name: unity-sentis
5
  ---
6
 
7
- # Face Landmark from Google Mediapipe validated for Unity Sentis
 
 
8
  This is the [Face Landmark model](https://developers.google.com/mediapipe/solutions/vision/face_landmarker) from Google in the Sentis format.
9
 
10
  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.
 
4
  library_name: unity-sentis
5
  ---
6
 
7
+ # Face Landmark from Google Mediapipe validated for Unity Sentis (Version 1.3.0-pre.3*)
8
+ *Version 1.3.0 Sentis files are not compatible with Sentis 1.4.0 and need to be recreated/downloaded
9
+
10
  This is the [Face Landmark model](https://developers.google.com/mediapipe/solutions/vision/face_landmarker) from Google in the Sentis format.
11
 
12
  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.