-
Notifications
You must be signed in to change notification settings - Fork 1
KeypointPoseAttribute
Moscowsky Anton edited this page Sep 15, 2023
·
1 revision
This attribute conducts PnP-pose estimation for extracted keypoints.
Modes | Accuracy assessment | 3D-translation | 3D-rotation | Contour extraction | Additional info |
---|---|---|---|---|---|
E | - | ✔ | ✔ | ❌ | None |
Not implemented
Not implemented
Extracts 3d pose for keypoints.
- Name (string, must be set) attribute unique name
- Type (string, must be "KeypointPose") attribute type
- Weight (double, default: 1) attribute weight
- Probability (double, default: 0.75) acceptable detection accuracy, used in Detect mode.
- Contour (bool, default: true) Returns the contour of the attribute if true.
- keypoints (list of strings, must be set) Names of keypoints to use in calculation
- poses (list of doubles, must be set) 3D poses for keypoints, size must be as 3 times size keypoints
<?xml version="1.0" ?>
<AttributeLib>
<Attribute Name="OAK_OpenPose" Type="rossubcriberopenposeraw" topic="/robot/sensors/oakd/net/raw_output" timelag="1" Probability="0.01" kpt_score_th="0.15" paf_sample_th="0.4" min_paf_score_th="0.2" num_paf_samples="15" />
<Attribute Name="HeadDirection" Type="KeypointPose" keypoints="nose right_eye left_eye right_ear left_ear" poses="0 0 0 -0.05 -0.025 0.035 -0.05 0.025 0.035 -0.35 -0.11 0.75 -0.35 0.11 0.75"/>
</AttributeLib>
<SimpleObjectBase>
<SimpleObject Name="OpenPose" ID="2" Probability="0.01">
<Attribute Type="Detect">OAK_OpenPose</Attribute>
<Attribute Type="Extract">HeadDirection</Attribute>
</SimpleObject>
</SimpleObjectBase>
- Home
- ROS-interface
- Interacting with a package through a configuration file
- Common structure of the configuration file
-
Simple objects
- Clusterization
- Filtering
- Tracking
- Attributes
- HSVcolor
- HistColor
- HaarCascade
- Size
- Hough
- Dimension
- BasicMotion
- Aruco
- Feature
- Pose
- DNN
- QR
- QR_Zbar
- LogicAnd
- LogicNot
- LogicOr
- Blob
- Depth
- RoughDist
- Dist
- FaceDlib
- ExractedInfoId
- ExractedInfoString
- UnitTranslation
- SquareObjectDistance
- TorchYOLOv7Attribute
- TorchYOLOv7KeypointAttribute
- ROSSubcriberOpenPoseRaw
- DummyHumanPose
- Complex objects
- Install Guides
- Usage Guides
- Troubleshooting
- Developing