-
Notifications
You must be signed in to change notification settings - Fork 16
Head
Brice Donval edited this page Jan 13, 2020
·
4 revisions
The Head movement is defined along three directional dimensions: Vertical, Sagittal and Lateral dimension.
- Vertical Head Turn is a Left/Right rotation around the vertical axis (around y axis).
- Sagittal Head Tilt is an Upward/Downward rotation in the sagittal plan (around x axis).
- Lateral Head Tilt is Left/Right rotation in the lateral plan (around z axis).
<head id="ShakeRightLeft" lexeme="SHAKE">
<KeyPoint type="strokeStart">
<VerticalTurn direction="Right" min="0.02" max="0.5"/>
</keypoint>
<KeyPoint type="strokeEnd">
<VerticalTurn direction="Left" min="0.02" max="0.5"/>
</keypoint>
</head>
<head id="ShakeLeftRight" lexeme="SHAKE">
<KeyPoint type="strokeStart">
<VerticalTurn direction="Left" min="0.02" max="0.5"/>
</keypoint>
<KeyPoint type="strokeEnd">
<VerticalTurn direction="Right" min="0.02" max="0.5"/>
</keypoint>
</head>
<headDirectionShift id="LeftTurnUpward">
<VerticalTurn direction="Left" min="0.0" max="0.5"></verticalturn>
<SagittalTilt direction="Upward" min="0.0" max="0.5"></sagittaltilt>
</headdirectionshift>
Additional information about head gestures are presented in the XML files HeadGestures and HeadAmount. The former defines the proposed (but not the final) set of head postures and gestures, while the latter defines the real values of maximal head gesture amount (in degree) with respect to the human anatomy.
Advanced
- Generating New Facial expressions
- Generating New Gestures
- Generating new Hand configurations
- Torso Editor Interface
- Creating an Instance for Interaction
- Create a new virtual character
- Creating a Greta Module in Java
- Modular Application
- Basic Configuration
- Signal
- Feedbacks
- From text to FML
- Expressivity Parameters
- Text-to-speech, TTS
-
AUs from external sources
-
Large language model (LLM)
-
Automatic speech recognition (ASR)
-
Extentions
-
Integration examples
Nothing to show here