From the course: Hands-On AI: Computer Vision Projects with Ultralytics and OpenCV

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

How to use the pose estimation model

How to use the pose estimation model

- [Instructor] In this video, we will cover how to use the pose estimation model with analytics python package. Pose estimation is a computer V algorithm that involves identifying the location of specific points in an image, usually referred to as key points. Let's say we want to use the key points model on human body. We can use it to detect different key points on human body. For example, hands, nose, legs, elbows, and lot of additional key points. Normally when we use the key points model for human, it provide us 17 different key points on human body. All the resources used in this video are available in the course code subdirectory 0305. Let's go to docs.ultralytics.com/tasks/pose and let's explore how we can use the key points model with analytics Python package. Here we can see different key points that we can detect on human body. For example, nose, left ear, right ear, left shoulder, and so on. Then we also have different models that we can use for pose submission. For…

Contents