Detect the pose of an object in the scene. Contact us to share your use case and we’ll build a custom model for you.

Parameters

object_name
str
required

Name of the object to detect the pose of.

Response

poses
List[Pose]

List of poses of the detected object. See Pose for more details.

Example Usage

poses = await client.pose_detection("screws")