|
Local Compute Avatar SDK
3.0.1
To generate Full Body avatars
|
#include <avatar_sdk_structures.hpp>
Data Fields | |
| AvatarAge | age |
| Classify a person's age from a source photo. Currently possible values are CHILD and NOT_CHILD. | |
| float | ageConfidence |
| Represents the confidence of age classification with value in the range [0.5, 1] inclusive. | |
| AvatarGender | gender |
| Predict person's gender from a source photo. Possible values are MALE and FEMALE. | |
| float | genderConfidence |
| Represents the confidence of gender prediction with value in the range [0.5, 1] inclusive. | |
| RacePredicted | race |
| Represents a person's race prediction result. | |
| AvatarSdkColorRgb | hairColor |
| Average haircut color computed from a source photo. | |
| AvatarSdkColorRgb | skinColor |
| Average skin color computed from a source photo. | |
| AvatarSdkColorRgb | eyeIrisColor |
| Average eye iris color computed from a source photo. | |
| AvatarSdkColorRgb | eyeScleraColor |
| Average eye iris color computed from a source photo. | |
| float | facialLandmarks [204] |
| Landmark coordinates are represented as vector with X, Y, Z float components sequence for each landmark. | |
| bool | areLandmarksPredicted |
| Specfies if landmarks array has values. | |
Model information for generated avatar
Definition at line 126 of file avatar_sdk_structures.hpp.