FaceEngine
Module realize wraps on facengine objects
-
class
lunavl.sdk.faceengine.engine.
VLFaceEngine
(pathToData=None, faceEngineConf=None)[source]
Wraper on FaceEngine.
-
dataPath
path to a faceengine data folder
- Type
str
-
provider
settings provider
- Type
SettingsProvider
-
_faceEngine
python C++ binding on IFaceEngine, Root LUNA SDK object interface
- Type
PyIFaceEngine
-
createAGSEstimator
()[source]
Approximate garbage score estimator
- Returns
estimator
- Return type
AGSEstimator
-
createBasicAttributesEstimator
()[source]
Create basic attributes estimator (age, gender, ethnicity)
- Returns
estimator
- Return type
BasicAttributesEstimator
-
createEmotionEstimator
()[source]
Create emotions estimator
- Returns
estimator
- Return type
EmotionsEstimator
-
createEyeEstimator
()[source]
Create eyes estimator
- Returns
estimator
- Return type
EyeEstimator
-
createFaceDescriptorEstimator
()[source]
Approximate garbage score estimator
- Returns
estimator
- Return type
FaceDescriptorEstimator
-
createFaceDetector
(detectorType)[source]
Create face detector.
- Parameters
detectorType – detector type
- Returns
detector
- Return type
FaceDetector
-
createGazeEstimator
()[source]
Create gaze direction estimator
- Returns
estimator
- Return type
GazeEstimator
-
createHeadPoseEstimator
()[source]
Create head pose estimator
- Returns
estimator
- Return type
HeadPoseEstimator
-
createMouthEstimator
()[source]
Create mouth state estimator
- Returns
estimator
- Return type
MouthStateEstimator
-
createWarpQualityEstimator
()[source]
Create an image quality estimator
- Returns
estimator
- Return type
WarpQualityEstimator
-
createWarper
()[source]
Create warper, see:
- Returns
warper.
- Return type
Warper