From c0e707a03a41e3bd1e082ca8046e9b015e7946f8 Mon Sep 17 00:00:00 2001 From: Muhammad Rizwan Munawar Date: Sun, 5 Nov 2023 01:07:54 +0500 Subject: [PATCH] Add Tasks Docs YouTube video (#6127) --- docs/tasks/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/tasks/index.md b/docs/tasks/index.md index c50d164a..c435ae91 100644 --- a/docs/tasks/index.md +++ b/docs/tasks/index.md @@ -11,6 +11,17 @@ keywords: Ultralytics, YOLOv8, Detection, Segmentation, Classification, Pose Est YOLOv8 is an AI framework that supports multiple computer vision **tasks**. The framework can be used to perform [detection](detect.md), [segmentation](segment.md), [classification](classify.md), and [pose](pose.md) estimation. Each of these tasks has a different objective and use case. +

+
+ +
+ Watch: Explore Ultralytics YOLO Tasks: Object Detection, Segmentation, Tracking, and Pose Estimation. +

+ ## [Detection](detect.md) Detection is the primary task supported by YOLOv8. It involves detecting objects in an image or video frame and drawing bounding boxes around them. The detected objects are classified into different categories based on their features. YOLOv8 can detect multiple objects in a single image or video frame with high accuracy and speed.