We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d948bf commit fb736a8Copy full SHA for fb736a8
pose-detection/README.md
@@ -86,7 +86,8 @@ Example output:
86
87
For the `keypoints`, x and y represent the actual keypoint position in the image.
88
If you need normalized keypoint positions, you can use the method
89
-`poseDetection.calculator.keypointsToNormalizedKeypoints(keypoints, imageSize)` to
+`poseDetection.calculators.keypointsToNormalizedKeypoints(keypoints, imageSize)` to
90
+
91
convert x and y to [0, 1] range.
92
93
For the `keypoints3D`, x, y and z represent absolute distance in meters in a
0 commit comments