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.
This guide will walk you through the process of performing YOLO-Pose calibration tasks on X-AnyLabeling:
- Start by adding the image files.
- Then, tap the
rectangle
button on the left menu or press theR
key to quickly create a rectangle shape and type in the matchinglabel
andgroup_id
in the dialog. - Next: Click the
Point
button on the left menu bar to draw keypoints on the object. Assign the samegroup_id
to the keypoints as the corresponding rectangle to link them together. Keep in mind:- If a keypoint is not visible, you may omit it.
- If a keypoint is obscured, check the
useDifficult
field.
For each object, all associated keypoints and the corresponding rectangle should have the same group_id
, which must be unique within the current image.
Tip
You can press the s
key to show or the w
key to hide the selected shape.
To export your pose estimation annotations, proceed with the following steps:
- Click on the
Export
button located in the menu bar at the top. - Select the
Export YOLO-Pose Annotations
option. - Upload your custom label file, e.g., pose_classes.yaml, to ensure the correct mapping of object classes.
These steps will facilitate the proper export of your pose estimation annotations for further use or analysis.
To understand the dataset format for YOLO-Pose, refer to the official documentation and consult the sample output file here.