forked from liuyulvv/mediapipe-livelink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblend_shape_config.json
More file actions
95 lines (95 loc) · 1.89 KB
/
Copy pathblend_shape_config.json
File metadata and controls
95 lines (95 loc) · 1.89 KB
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
{
"eye": {
"left": [
33,
133,
160,
159,
158,
144,
145,
153
],
"right": [
263,
362,
387,
386,
385,
373,
374,
380
],
"low": 0.4,
"high": 0.7,
"maxRatio": 0.285
},
"squint": {
"left": [
253,
450
],
"right": [
23,
230
],
"low": 0.37,
"high": 0.44
},
"brow": {
"left": 257,
"right": 27,
"innerBrow": 9,
"upperNose": 6,
"leftLower": [
283,
282,
295
],
"rightLower": [
53,
52,
65
],
"cheekSquintLeft": [
359,
342
],
"cheekSquintRight": [
130,
113
],
"browDownLow": 1.0,
"browDownHigh": 1.2,
"browOuterUpLow": 1.25,
"browOuterUpHigh": 1.5,
"browInnerUpLow": 2.2,
"browInnerUpHigh": 2.6,
"cheekSquintLow": 0.55,
"cheekSquintHigh": 0.63
},
"mouth": {
"upperLip": 13,
"lowerLip": 14,
"upperOuterLip": 12,
"mouthCornerLeft": 291,
"mouthCornerRight": 61,
"lowestChin": 152,
"noseTip": 1,
"upperHead": 10,
"mouthFrownLeft": 422,
"mouthFrownRight": 202,
"mouthLeftStretch": 287,
"mouthRightStretch": 57,
"jawOpenLow": 0.5,
"jawOpenHigh": 0.55,
"smileLow": -0.25,
"smileHigh": 0.25,
"mouthFrownLow": 0.4,
"mouthFrownHigh": 0.9,
"mouthLeftLow": -3.4,
"mouthLeftHigh": -2.3,
"mouthRightLow": 1.5,
"mouthRightHigh": 3.0
}
}