Skip to content

Commit

Permalink
Update README, add gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
TesseraktZero committed Sep 15, 2020
1 parent 6fe6101 commit ca080e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Unity Hand Tracking with Mediapipe
This is a demo of realtime hand tracking and finger tracking in Unity using Mediapipe.

The tracking section is built on Android but a similar approach should also be applicable for desktop or IOS.
It works by first detecting the hand landmarks by Mediapipe in Android, and then sending the results to PC via protobuf, and finally interpreting the results in PC Unity.

It works by first detecting the hand landmarks by Mediapipe in Android, and then sending the results to PC via adb and protobuf, and finally interpreting the results in PC Unity.

![Hand Landmark Demo](gifs/demo_landmarks.gif)
![Model Demo](gifs/demo_model.gif)

## Prerequisites
* Windows 10 PC recommended
Expand Down
Binary file added gifs/demo_landmarks.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gifs/demo_model.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ca080e7

Please sign in to comment.