Sort Poses by XYZ Values
Function
This Step sorts poses from the input pose list by any of the X, Y, or Z values and outputs the sorted list and its index list.
Other data lists related to poses, such as masks, can be reordered based on the index list of the sorted poses. |
Parameter Description
- Sort Order
-
Description: This parameter decides whether to sort in ascending or descending order.
Options:
-
Ascending: Sort in ascending order.
-
Descending: Sort in descending order.
Default value: Descending
-
- Value for Sorting
-
Description: This parameter decides whether X, Y, or Z values of the poses is the basis of the sorting.
Options:
-
X: Sort by the X values of the poses.
-
Y: Sort by the Y values of the poses.
-
Z: Sort by the Z values of the poses.
Default setting: X
-