Local Compute Avatar SDK
2.0.9
To generate Head 2.0 avatars
|
#include <avatar_sdk_structures.hpp>
Data Fields | |
bool | gender |
Predict person's gender from a submitted photo. | |
bool | race |
Predict person's race from a submitted photo. | |
bool | eyeScleraColor |
Compute average eye sclera color from a submitted photo. | |
bool | eyeIrisColor |
Compute average eye iris color from a submitted photo. | |
bool | skinColor |
Compute average skin color from a submitted photo. | |
bool | age |
Classify a person's age from a submitted photo. | |
bool | facialLandmarks68 |
Compute facial landmarks. Available only for the "head/mobile" subtype. | |
bool | hairColor |
Compute average haircut color from a submitted photo. | |
bool | predictHaircut |
Predict which haircut from the base and the facegen sets matches best to the submitted photo. | |
This structure contains computation flags for data that should be generated for avatar.
Definition at line 48 of file avatar_sdk_structures.hpp.