Validate Masks Containing 2D Poses¶
Function¶
This Step checks whether each input mask contains any 2D pose from the input.
Usage Scenario¶
This Step is a custom Step for special scenarios.
Input and Output¶
Input:
Masks input to this port will be verified on whether they contain poses.
Poses used to validate the masks.
Output:
A list of boolean values representing the validation results. “True”: There is at least one pose in the mask. “False”: There is no pose in the mask.