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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -10,6 +10,12 @@ 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)
 
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
15
+ * Put the face_landmark.sentis file in the Assets/StreamingAssets folder
16
+ * Put a video in the Assets/StreamingAssets folder and set _videoName variable to the video name
17
+ * Create a RawImage and place it in your scene. Link to this image in the previewUI field.
18
+
19
  ## Preview
20
  If you get it working it should look like this (original image from pexels.com):
21
  ![image showing markers](preview_face_landmark.png)