Fix anchor case
Anchor doesn't work on the website because anchors are case-sensitive. This fixes that mistake for a link.
This commit is contained in:
parent
710fb3de58
commit
25de8457fa
|
@ -141,7 +141,7 @@ Optionally, MediaPipe Pose can predicts a full-body
|
|||
Please find more detail in the
|
||||
[BlazePose Google AI Blog](https://ai.googleblog.com/2020/08/on-device-real-time-body-pose-tracking.html),
|
||||
this [paper](https://arxiv.org/abs/2006.10204),
|
||||
[the model card](./models.md#pose) and the [Output](#Output) section below.
|
||||
[the model card](./models.md#pose) and the [Output](#output) section below.
|
||||
|
||||
## Solution APIs
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user