PPEEntity(mapping=None, *, ignore_unknown_fields=False, **kwargs)The entity info for annotations from PPE detection prediction result.
Attributes |
|
|---|---|
| Name | Description |
ppe_label_id |
int
Label id. |
ppe_label_string |
str
Human readable string of the label (Examples: helmet, glove, mask). |
ppe_supercategory_label_string |
str
Human readable string of the super category label (Examples: head_cover, hands_cover, face_cover). |
ppe_entity_id |
int
Entity id. |