UnityPaul commited on
Commit
48e0b77
·
verified ·
1 Parent(s): 2e7d061

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -4,23 +4,26 @@ library_name: unity-sentis
4
  pipeline_tag: object-detection
5
  ---
6
 
7
- # Blaze Face face detector in Unity Sentis (Version 1.4.0-pre.3*)
8
- *Version 1.3.0 sentis files are not compatible with 1.4.0 and will need to be recreated/downloaded
9
 
10
- This is the [Blaze Face model](https://developers.google.com/mediapipe/solutions/vision/face_detector) formatted to work in Unity Sentis 2023
11
 
12
  ## How to Use
13
  * Create a new scene in Unity 2023
14
- * Install `com.unity.sentis` version `1.4.0-pre.3` from the package manager
15
- * Drag the blazeface.sentis file into the model asset field
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 or texture for the bounding box image to the BondingBoxSprite or BorderTexture field
19
 
20
  ## Preview
21
  When you get it working you should see something like this:
22
 
23
- ![preview](blaze_preview.png)
 
 
 
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)