PersonalProtectiveEquipmentDetectionOutput(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Output format for Personal Protective Equipment Detection Operator.
Attributes |
|
---|---|
Name | Description |
current_time |
google.protobuf.timestamp_pb2.Timestamp
Current timestamp. |
detected_persons |
MutableSequence[google.cloud.visionai_v1.types.PersonalProtectiveEquipmentDetectionOutput.DetectedPerson]
A list of DetectedPersons. |
Classes
DetectedPerson
DetectedPerson(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Detected Person contains the detected person and their associated ppes and their protecting information.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
NormalizedBoundingBox
NormalizedBoundingBox(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Bounding Box in the normalized coordinates.
PPEEntity
PPEEntity(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The entity info for annotations from PPE detection prediction result.
PPEIdentifiedBox
PPEIdentifiedBox(mapping=None, *, ignore_unknown_fields=False, **kwargs)
PPEIdentified box contains the location and the entity info of the PPE.
PersonEntity
PersonEntity(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The entity info for annotations from person detection prediction result.
PersonIdentifiedBox
PersonIdentifiedBox(mapping=None, *, ignore_unknown_fields=False, **kwargs)
PersonIdentified box contains the location and the entity info of the person.