NvDsFaceObjectWithExt

class pyds.NvDsFaceObjectWithExt

Holds a vehicle object’s parameters.

Variables
  • genderstr, Person’s gender.

  • hairstr, Person’s hair color.

  • capstr, Type of cap the person is wearing, if any.

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

  • facialhairstr, Person’s facial hair color.Ws

  • namestr, Person’s name.

  • eyecolorstr, Person’s eye color.

  • ageint, Person’s age.

  • maskGlist 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)