What is Pose Detection?
Pose detection is the combination of position and orientation relative to a specified object.
A person standing while holding a book, with an overlayed output of the inferred detections from a human pose (keypoint) model. Source
Identifying the Position of Features with Keypoint Detection
Pose detection tasks are commonly accomplished by creating keypoint detection models.
Identifying the Position of Features with Object Detection
Alternatively, if keypoint detection is not an option for you, object detection may do the trick if you are more focused on identifying the locations (position) of specific features, rather than the orientation.
- Create unique classes for each feature you would like to identify
- Consistently label the features of interest, and all other classes of interest for your model to detect.
- Train your model with Roboflow Train or with one of our other custom object detection model training options
- Deploy your model: Roboflow Deploy
- For help deploying custom models that were not trained with Roboflow Train, Roboflow's AutoML, drop a question in our forum!
- For dedicated or extended support from Roboflow, contact our sales team today.