PersonDetectionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Config for PERSON_DETECTION.
Attributes |
|
|---|---|
| Name | Description |
include_bounding_boxes |
bool
Whether bounding boxes are included in the person detection annotation output. |
include_pose_landmarks |
bool
Whether to enable pose landmarks detection. Ignored if 'include_bounding_boxes' is set to false. |
include_attributes |
bool
Whether to enable person attributes detection, such as cloth color (black, blue, etc), type (coat, dress, etc), pattern (plain, floral, etc), hair, etc. Ignored if 'include_bounding_boxes' is set to false. |