From 53a2b2b9fe05d6f99afff6d59f793b9244ba8fb6 Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Thu, 29 Feb 2024 15:31:14 -0800 Subject: [PATCH] Improve meta description of YOLOv8 tutorial (#19674) --- docs/tutorials/mobile/pose-detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/mobile/pose-detection.md b/docs/tutorials/mobile/pose-detection.md index d07da3d90b..ad4296aa64 100644 --- a/docs/tutorials/mobile/pose-detection.md +++ b/docs/tutorials/mobile/pose-detection.md @@ -1,6 +1,6 @@ --- title: Object detection and pose estimation with YOLOv8 -description: Run the YOLOv8 model on mobile (iOS and Android) with built-in pre and post processing to perform object detection and pose estimation +description: Perform pose estimation and object detection on mobile (iOS and Android) using ONNX Runtime and YOLOv8 with built-in pre and post processing image: /images/pose-thumbnail.png parent: Deploy on mobile grand_parent: Tutorials