Created
September 25, 2020 14:38
-
-
Save MCarlomagno/9343bd92fca3637a30b787d9cbc7956a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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