PB Unity
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,9 +10,9 @@ This is the Blaze Palm model, part of the [MediaPipe hand detection](https://dev
|
|
| 10 |
## How to Use
|
| 11 |
* Create a new scene in Unity 2023
|
| 12 |
* Put the hand_detection_lite.sentis file in the Assets/StreamingAssets folder
|
| 13 |
-
* Put a video in the Assets/StreamingAssets folder and set
|
| 14 |
-
* Create a RawImage and place it in your scene. Link to this image in the
|
| 15 |
-
* Attach a sprite for the bounding box image to the boundingBoxTexture field
|
| 16 |
|
| 17 |
## Preview
|
| 18 |
When you get it working you should see something like this:
|
|
|
|
| 10 |
## How to Use
|
| 11 |
* Create a new scene in Unity 2023
|
| 12 |
* Put the hand_detection_lite.sentis file in the Assets/StreamingAssets folder
|
| 13 |
+
* Put a video in the Assets/StreamingAssets folder and set `videoName` variable to the video name
|
| 14 |
+
* Create a RawImage and place it in your scene. Link to this image in the `previewUI` field.
|
| 15 |
+
* Attach a sprite for the bounding box image to the `boundingBoxTexture` field
|
| 16 |
|
| 17 |
## Preview
|
| 18 |
When you get it working you should see something like this:
|