Pose Pair

Defines a pair of poses for interpolation.

This is used in conjunction with the Pose Objects block. This will interpolate between two poses, the amount of which is determined by min and max bias values (as a percentage). The example below will interpolate between open and closed poses between 0% and 25%. A bias below 50% will label the object using the name of Pose A, whereas a bias above 50% will label the object using the name of Pose B.

Pose A: The first pose.

Pose B: The second pose.

Bias Min: Weight toward the first pose.

Bias Max: Weight toward the second pose.

Pose name partial match: If checked, pose names partially matching the given name will also be sampled. For example, using the pose name "sitting" will match all poses containing the string "sitting".

Last updated