Skip to content

Commit fb736a8

Browse files
GantManjenperson
andauthored
calculator name has pluralized, updating docs. (#818)
Co-authored-by: Jen Person <[email protected]>
1 parent 8d948bf commit fb736a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pose-detection/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ Example output:
8686

8787
For the `keypoints`, x and y represent the actual keypoint position in the image.
8888
If you need normalized keypoint positions, you can use the method
89-
`poseDetection.calculator.keypointsToNormalizedKeypoints(keypoints, imageSize)` to
89+
`poseDetection.calculators.keypointsToNormalizedKeypoints(keypoints, imageSize)` to
90+
9091
convert x and y to [0, 1] range.
9192

9293
For the `keypoints3D`, x, y and z represent absolute distance in meters in a

0 commit comments

Comments
 (0)