NvDsPersonObjectExt¶
- class pyds.NvDsPersonObjectExt¶
Holds a vehicle object’s parameters.
- Variables:
gender – str, Person’s gender.
hair – str, Person’s hair color.
cap – str, Type of cap the person is wearing, if any.
apparel – str, Description of the person’s apparel.
age – int, Person’s age.
mask – Glist of polygons for person mask.
- cast(*args, **kwargs)¶
Overloaded function.
cast(self: capsule) -> pyds.NvDsPersonObjectExt
cast given object/data to
NvDsPersonObjectExt
, call pyds.NvDsPersonObjectExt.cast(data)cast(self: int) -> pyds.NvDsPersonObjectExt
cast given object/data to
NvDsPersonObjectExt
, call pyds.NvDsPersonObjectExt.cast(data)