Keypoint annotation is an annotation type that marks specific points of interest on an object, such as joints, facial landmarks, or corners, each placed at an exact coordinate and often connected into a skeleton. It captures pose and structure rather than an object's full outline.
| Annotation type | What it captures |
|---|---|
| Bounding box | Where an object is, a rectangle around it |
| Segmentation mask | An object's exact shape, pixel by pixel |
| Keypoint annotation | Specific points and the structure between them, the pose |
