From c963a2e85a1b4a2b2991ba6903fae1284d8fc72e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 14:50:07 +0000 Subject: [PATCH] =?UTF-8?q?fix(pre=5Fcommit):=20=F0=9F=8E=A8=20auto=20form?= =?UTF-8?q?at=20pre-commit=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/how_to/detect_and_annotate.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/how_to/detect_and_annotate.md b/docs/how_to/detect_and_annotate.md index c02df211..087c93bf 100644 --- a/docs/how_to/detect_and_annotate.md +++ b/docs/how_to/detect_and_annotate.md @@ -1,9 +1,9 @@ -Supervision offers a streamlined solution to effortlessly annotate predictions from a -range of object detection and segmentation models. This guide demonstrates how to -execute inference using the YOLOv8 model with either the -[Inference](https://github.com/roboflow/inference) or -[Ultralytics](https://github.com/ultralytics/ultralytics) packages. Following this, -you'll learn how to import these predictions into Supervision for image annotation +Supervision offers a streamlined solution to effortlessly annotate predictions from a +range of object detection and segmentation models. This guide demonstrates how to +execute inference using the YOLOv8 model with either the +[Inference](https://github.com/roboflow/inference) or +[Ultralytics](https://github.com/ultralytics/ultralytics) packages. Following this, +you'll learn how to import these predictions into Supervision for image annotation purposes. ## Run Inference