3DiVi Face SDK
3.24.1
|
Classes | |
class | face_sdk.modules.face_attributes_estimator.MaskAttribute |
Detailed description for attribute - medical mask. More... | |
class | face_sdk.modules.face_attributes_estimator.EyeState |
Estimated eye state. More... | |
class | face_sdk.modules.face_attributes_estimator.EyeStateScore |
class | face_sdk.modules.face_attributes_estimator.Attribute |
Interface object used to estimate attributes of the face. More... | |
class | face_sdk.modules.face_attributes_estimator.FaceAttributesEstimator |
Interface object used to estimate attributes of the face. More... | |
Functions | |
def | face_sdk.modules.face_attributes_estimator.EyeStateScore.__init__ |
Estimated eye state. More... | |
def | face_sdk.modules.face_attributes_estimator.Attribute.__init__ |
Probability of a required attribute. More... | |
def | face_sdk.modules.face_attributes_estimator.FaceAttributesEstimator.estimate |
Estimates if there is is a required attribute on a given face sample. More... | |
def face_sdk.modules.face_attributes_estimator.EyeStateScore.__init__ | ( | self | ) |
Estimated eye state.
Probability of eye opening.
def face_sdk.modules.face_attributes_estimator.Attribute.__init__ | ( | self | ) |
Probability of a required attribute.
Detailed description for attribute - medical mask.
Estimated left eye state and probability of eye opening.
Estimated right eye state and probability of eye opening.
def face_sdk.modules.face_attributes_estimator.FaceAttributesEstimator.estimate | ( | self, | |
raw_sample | |||
) |
Estimates if there is is a required attribute on a given face sample.
[in] | sample | Face sample. |