add finger poses to hand detection

master
Vladimir Mandic 2021-08-20 20:42:37 -04:00
parent c12e036ac3
commit 65558ea91f
1 changed files with 2 additions and 1 deletions

@ -81,7 +81,8 @@ result: Result = {
box, // <array [x, y, width, height]>, clamped and normalized to input image size
boxRaw, // <array [x, y, width, height]>, unclamped and normalized to range of 0..1
keypoints, // <array of 3D points [x, y, z]> 21 points
annotations, // <array of 3D landmarks [ landmark: <array of points> ]> 5 annotated landmakrs
annotations, // <object containing annotated 3D landmarks for each finger> 6 fingers
landmarks, // <object containing logical curl and direction values for each finger> 5 fingers
}
],
object: // <array of detected objects>