Skip to content

Commit 1a67150

Browse files
authored
[handpose] Update README. (tensorflow#428)
1 parent 5ca12af commit 1a67150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handpose/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MediaPipe Handpose
22
Note: this model can only detect a maximum of one hand in the input - multi-hand detection is coming in a future release.
33

4-
MediaPipe Handpose is a lightweight ML pipeline consisting of two models: A palm detector and a hand-skeleton finger tracking model. It predicts 21 2D hand keypoints per detected hand. For more details, please read our Google AI [blogpost](https://ai.googleblog.com/2019/08/on-device-real-time-hand-tracking-with.html).
4+
MediaPipe Handpose is a lightweight ML pipeline consisting of two models: A palm detector and a hand-skeleton finger tracking model. It predicts 21 3D hand keypoints per detected hand. For more details, please read our Google AI [blogpost](https://ai.googleblog.com/2019/08/on-device-real-time-hand-tracking-with.html).
55

66
<img src="demo/demo.gif" alt="demo" style="width:640px" />
77

0 commit comments

Comments
 (0)