Paul Bird commited on
Commit
9e60ee4
1 Parent(s): bbd25eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # Blaze Face face detector in Unity Sentis Format
6
+ This is the [Blaze Face model](https://developers.google.com/mediapipe/solutions/vision/face_detector) formatted to work in Unity Sentis 2023
7
+
8
+ ## How to Use
9
+ * Create a new scene in Unity 2023
10
+ * Put the blazeface.sentis file in the Assets/StreamingAssets folder
11
+ * Put a video in the Assets/StreamingAssets folder and set _videoName variable to the video name
12
+ * Create a RawImage and place it in your scene. Link to this image in the _previewUI field.
13
+ * Attach a sprite for the bounding box image to the faceTexture field
14
+
15
+ ## Preview
16
+ When you get it working you should see something like this:
17
+
18
+ ![preview](blaze_preview.png)
19
+
20
+ ## Unity Sentis
21
+ Sentis is the inference engine for Unity 2023. More information can be found [here](https://unity.com/products/sentis)