PB Unity commited on
Commit
1efb68a
·
verified ·
1 Parent(s): b010e7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,9 +10,9 @@ This is the Blaze Palm model, part of the [MediaPipe hand detection](https://dev
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:
 
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: