-
-
-
-
+# YOLOv8 Pose Models
-[English](README.md) | [简体中文](README.zh-CN.md)
-
+Pose estimation is a task that involves identifying the location of specific points in an image, usually referred
+to as keypoints. The keypoints can represent various parts of the object such as joints, landmarks, or other distinctive
+features. The locations of the keypoints are usually represented as a set of 2D `[x, y]` or 3D `[x, y, visible]`
+coordinates.
-
-
+

-[Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics) 是由 [Ultralytics](https://ultralytics.com) 开发的一个前沿的
-SOTA 模型。它在以前成功的 YOLO 版本基础上,引入了新的功能和改进,进一步提升了其性能和灵活性。YOLOv8
-基于快速、准确和易于使用的设计理念,使其成为广泛的目标检测、图像分割和图像分类任务的绝佳选择。
+The output of a pose estimation model is a set of points that represent the keypoints on an object in the image, usually
+along with the confidence scores for each point. Pose estimation is a good choice when you need to identify specific
+parts of an object in a scene, and their location in relation to each other.
-如果要申请企业许可证,请填写 [Ultralytics 许可](https://ultralytics.com/license)。
+**Pro Tip:** YOLOv8 _pose_ models use the `-pose` suffix, i.e. `yolov8n-pose.pt`. These models are trained on the [COCO keypoints](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/datasets/coco-pose.yaml) dataset and are suitable for a variety of pose estimation tasks.
-
-
- 
-

-
- 
-

-
- 
-

-
- 
-

-
- 
-

-
- 
-
-
+## [Models](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models/v8)
-##