NvDsFaceObjectWithExt

class pyds.NvDsFaceObjectWithExt

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.

  • glasses – str, Type of glasses the person is wearing, if any.W

  • facialhair – str, Person’s facial hair color.Ws

  • name – str, Person’s name.

  • eyecolor – str, Person’s eye color.

  • age – int, Person’s age.

  • mask – Glist of polygons for face mask.

cast(*args, **kwargs)

Overloaded function.

  1. cast(self: capsule) -> pyds.NvDsFaceObjectWithExt

cast given object/data to NvDsFaceObjectWithExt, call pyds.NvDsFaceObjectWithExt.cast(data)

  1. cast(self: int) -> pyds.NvDsFaceObjectWithExt

cast given object/data to NvDsFaceObjectWithExt, call pyds.NvDsFaceObjectWithExt.cast(data)