MaskMode

Mode used to generate the mask if mask is not provided.

Enums
MASK_MODE_DEFAULT Default value for mask mode.
MASK_MODE_USER_PROVIDED user provided mask. No segmentation needed.
MASK_MODE_DETECTION_BOX Mask from detected bounding boxes.
MASK_MODE_CLOTHING_AREA Masks from segmenting the clothing area with open-vocab segmentation.
MASK_MODE_PARSED_PERSON Masks from segmenting the person body and clothing using the person-parsing model.