PB Unity
commited on
Commit
•
8133c14
1
Parent(s):
444ab5f
Update README.md
Browse files
README.md
CHANGED
@@ -12,9 +12,9 @@ The model detects 468 3D markers on a face centered in an image. You could use t
|
|
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
|
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):
|
|
|
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):
|