Upload README.md
Browse files
README.md
CHANGED
@@ -4,23 +4,26 @@ library_name: unity-sentis
|
|
4 |
pipeline_tag: object-detection
|
5 |
---
|
6 |
|
7 |
-
# Blaze
|
8 |
-
*
|
9 |
|
10 |
-
This is the
|
11 |
|
12 |
## How to Use
|
13 |
* Create a new scene in Unity 2023
|
14 |
-
* Install `com.unity.sentis` version `1.
|
15 |
-
*
|
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
|
18 |
-
* Attach a sprite
|
19 |
|
20 |
## Preview
|
21 |
When you get it working you should see something like this:
|
22 |
|
23 |
-
![preview](
|
|
|
|
|
|
|
24 |
|
25 |
## Unity Sentis
|
26 |
Sentis is the inference engine for Unity 2023. More information can be found [here](https://unity.com/products/sentis)
|
|
|
4 |
pipeline_tag: object-detection
|
5 |
---
|
6 |
|
7 |
+
# Blaze Palm palm detector in Unity Sentis Format (Version 1.3.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.3.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.
|
18 |
+
* Attach a sprite for the bounding box image to the `boundingBoxTexture` field
|
19 |
|
20 |
## Preview
|
21 |
When you get it working you should see something like this:
|
22 |
|
23 |
+
![preview](blaze_palm_preview.png)
|
24 |
+
|
25 |
+
## Information
|
26 |
+
This model may have some accuracy issues.
|
27 |
|
28 |
## Unity Sentis
|
29 |
Sentis is the inference engine for Unity 2023. More information can be found [here](https://unity.com/products/sentis)
|