PB Unity commited on
Commit
6786354
·
verified ·
1 Parent(s): 0a118d9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: unity-sentis
4
+ pipeline_tag: object-detection
5
+ ---
6
+
7
+ # Blaze Palm palm detector in Unity Sentis Format
8
+ 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
9
+
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:
19
+
20
+ ![preview](blaze_preview.png)
21
+
22
+ ## Unity Sentis
23
+ Sentis is the inference engine for Unity 2023. More information can be found [here](https://unity.com/products/sentis)