Skip to content

Instantly share code, notes, and snippets.

@conanak99
Created April 14, 2018 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conanak99/68a24a438e7c34308b8e7c58b71971cd to your computer and use it in GitHub Desktop.
Save conanak99/68a24a438e7c34308b8e7c58b71971cd to your computer and use it in GitHub Desktop.
[
{
"faceId": "2f3e1309-6e6f-4c2c-92a0-c68d898ba571",
"faceRectangle": { // Tọa độ khuôn mặt
"top": 109,
"left": 209,
"width": 109,
"height": 109
},
"faceLandmarks": { // Đặc điểm nhận dạng
"pupilLeft": {
"x": 234.1,
"y": 147.2
},
"pupilRight": {
"x": 276.2,
"y": 128.4
},
"noseTip": {
"x": 264.3,
"y": 169.3
},
"mouthLeft": {
"x": 257.1,
"y": 197.5
},
"mouthRight": {
"x": 290.7,
"y": 178.9
},
...
"upperLipTop": {
"x": 272.8,
"y": 184.6
},
"upperLipBottom": {
"x": 274.9,
"y": 188.9
},
"underLipTop": {
"x": 275.5,
"y": 190.3
},
"underLipBottom": {
"x": 278,
"y": 195.4
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment