Update README.md
Browse files
README.md
CHANGED
@@ -4,14 +4,14 @@ library_name: unity-sentis
|
|
4 |
pipeline_tag: object-detection
|
5 |
---
|
6 |
|
7 |
-
# Blaze Palm palm detector in Unity Sentis Format (Version 1.
|
8 |
*Sentis files from 1.4.0 are not compatible with 1.3.0 and above and need to be recreated/downloaded
|
9 |
|
10 |
This is the Blaze Palm model, part of the [MediaPipe hand detection](https://developers.google.com/mediapipe/solutions/vision/hand_landmarker) formatted to work in Unity Sentis 2023
|
11 |
|
12 |
## How to Use
|
13 |
* Create a new scene in Unity 2023
|
14 |
-
* Install package `com.unity.sentis` version `1.
|
15 |
* Put the hand_detection_lite.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.
|
|
|
4 |
pipeline_tag: object-detection
|
5 |
---
|
6 |
|
7 |
+
# Blaze Palm palm detector in Unity Sentis Format (Version 1.4.0-pre.3*)
|
8 |
*Sentis files from 1.4.0 are not compatible with 1.3.0 and above and need to be recreated/downloaded
|
9 |
|
10 |
This is the Blaze Palm model, part of the [MediaPipe hand detection](https://developers.google.com/mediapipe/solutions/vision/hand_landmarker) formatted to work in Unity Sentis 2023
|
11 |
|
12 |
## How to Use
|
13 |
* Create a new scene in Unity 2023
|
14 |
+
* Install package `com.unity.sentis` version `1.4.0-pre.3` from the package manager
|
15 |
* Put the hand_detection_lite.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.
|