diff --git a/pages/v1/models/tensorflow/multi-pose-estimation.mdx b/pages/v1/models/tensorflow/multi-pose-estimation.mdx index befee3d..fa9e6e5 100644 --- a/pages/v1/models/tensorflow/multi-pose-estimation.mdx +++ b/pages/v1/models/tensorflow/multi-pose-estimation.mdx @@ -31,4 +31,4 @@ for keypoint in keypoints: cv2.circle(rgb_image, (keypoint[0], keypoint[1]), 5, (255, 0, 255), -1) ``` -For a complete working example with a Pipeless application check [this](/v1/examples/pose) \ No newline at end of file +For a complete working example with a Pipeless application check [this](/v1/examples/tf-pose) \ No newline at end of file