File tree Expand file tree Collapse file tree 3 files changed +63
-4
lines changed
Expand file tree Collapse file tree 3 files changed +63
-4
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,11 @@ float32[3] dimensions_3d
4545# Is skeleton available?
4646bool skeleton_available
4747
48+ # Skeleton format
49+ # 0 -> POSE_18
50+ # 2 -> POSE_34
51+ int8 body_format
52+
4853# 2D Bounding box projected to Camera image of the person head
4954zed_interfaces/BoundingBox2Df head_bounding_box_2d
5055
Original file line number Diff line number Diff line change 1- # Skeleton joints indices
1+ # Skeleton joints indices for BODY_FORMAT::POSE_18
22# 16-14 15-17
33# \ /
44# 0
1818# | |
1919# | |
2020# 10 13
21- zed_interfaces/Keypoint2Df[18] keypoints
21+
22+ # Skeleton joints indices for BODY_FORMAT::POSE_34
23+ # 30 28
24+ # \/
25+ # 31 27 29
26+ # \ | /
27+ # 26
28+ # |
29+ # 16-15-14---13--12-11 03 04-05--06---07-08-09
30+ # / \ | / \ #
31+ # 17 02 10
32+ # |
33+ # 01
34+ # |
35+ # |
36+ # 22-00-18
37+ # | |
38+ # | |
39+ # | |
40+ # 23 19
41+ # | |
42+ # | |
43+ # | |
44+ # 24 20
45+ # | |
46+ # 25 21
47+
48+ zed_interfaces/Keypoint2Df[34] keypoints
Original file line number Diff line number Diff line change 1- # Skeleton joints indices
1+ # Skeleton joints indices for BODY_FORMAT::POSE_18
22# 16-14 15-17
33# \ /
44# 0
1818# | |
1919# | |
2020# 10 13
21- zed_interfaces/Keypoint3D[18] keypoints
21+
22+ # Skeleton joints indices for BODY_FORMAT::POSE_34
23+ # 30 28
24+ # \/
25+ # 31 27 29
26+ # \ | /
27+ # 26
28+ # |
29+ # 16-15-14---13--12-11 03 04-05--06---07-08-09
30+ # / \ | / \ #
31+ # 17 02 10
32+ # |
33+ # 01
34+ # |
35+ # |
36+ # 22-00-18
37+ # | |
38+ # | |
39+ # | |
40+ # 23 19
41+ # | |
42+ # | |
43+ # | |
44+ # 24 20
45+ # | |
46+ # 25 21
47+
48+ zed_interfaces/Keypoint3D[34] keypoints
You can’t perform that action at this time.
0 commit comments