mirror of https://github.com/vladmandic/human
add finger poses to hand detection
parent
c12e036ac3
commit
65558ea91f
|
@ -81,7 +81,8 @@ result: Result = {
|
||||||
box, // <array [x, y, width, height]>, clamped and normalized to input image size
|
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
|
boxRaw, // <array [x, y, width, height]>, unclamped and normalized to range of 0..1
|
||||||
keypoints, // <array of 3D points [x, y, z]> 21 points
|
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>
|
object: // <array of detected objects>
|
||||||
|
|
Loading…
Reference in New Issue