Skip to content

Instantly share code, notes, and snippets.

@MCarlomagno
Created September 25, 2020 14:38
Show Gist options
  • Save MCarlomagno/9343bd92fca3637a30b787d9cbc7956a to your computer and use it in GitHub Desktop.
Save MCarlomagno/9343bd92fca3637a30b787d9cbc7956a to your computer and use it in GitHub Desktop.
// Example object result
{
"score": 0.32371445304906,
"keypoints": [
...
{
"position": {
"y": 113.9603729248,
"x": 393.19735717773
},
"part": "leftWrist",
"score": 0.94009721279144
},
{
"position": {
"y": 186.47859191895,
"x": 257.98034667969
},
"part": "rightWrist",
"score": 0.98029226064682
},
...
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment