-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbone-map-stickman-unannotated.json
117 lines (117 loc) · 3.73 KB
/
bone-map-stickman-unannotated.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "Head to neck",
"head": "head.tail",
"tail": "neck_01.head",
"children": [
{
"name": "Left clavicle",
"head": "neck_01.head",
"tail": "upperarm_l.head",
"children": [
{
"name": "Left bicep",
"head": "upperarm_l.head",
"tail": "lowerarm_l.head",
"children": [
{
"name": "Left tricep",
"head": "lowerarm_l.head",
"tail": "lowerarm_l.tail"
}
]
}
]
},
{
"name": "Right clavicle",
"head": "neck_01.head",
"tail": "upperarm_r.head",
"children": [
{
"name": "Right bicep",
"head": "upperarm_r.head",
"tail": "lowerarm_r.head",
"children": [
{
"name": "Right tricep",
"head": "lowerarm_r.head",
"tail": "lowerarm_r.tail"
}
]
}
]
},
{
"name": "Torso",
"head": "neck_01.head",
"tails": [
{
"name": "thigh_l.head",
"weight": 1.0
},
{
"name": "thigh_r.head",
"weight": 1.0
}
],
"children": [
{
"name": "Left hip",
"heads": [
{
"name": "thigh_l.head",
"weight": 1.0
},
{
"name": "thigh_r.head",
"weight": 1.0
}
],
"tail": "thigh_l.head",
"children": [
{
"name": "Left thigh",
"head": "thigh_l.head",
"tail": "thigh_l.tail",
"children": [
{
"name": "Left shin",
"head": "thigh_l.tail",
"tail": "foot_l.head"
}
]
}
]
},
{
"name": "Right hip",
"heads": [
{
"name": "thigh_l.head",
"weight": 1.0
},
{
"name": "thigh_r.head",
"weight": 1.0
}
],
"tail": "thigh_r.head",
"children": [
{
"name": "Right thigh",
"head": "thigh_r.head",
"tail": "thigh_r.tail",
"children": [
{
"name": "Right shin",
"head": "thigh_r.tail",
"tail": "foot_r.head"
}
]
}
]
}
]
}
]
}