-
Notifications
You must be signed in to change notification settings - Fork 17
Signal
Brice Donval edited this page Jan 7, 2020
·
9 revisions
In the Greta System, Signal means "communicative signal". It can be a gesture or a speech or a facial expression etc.
Typically it is generated by SignalEmitters and used by SignalPerformers.
In Greta's system, this interface describes an object that can generate Signals.
The real utilities of this interface are:
- to know which specifics objects can generate Signals
- to force the object to add or remove SignalPerformers
This interface describes an object that can receive a list of Signals.
Typicaly, the Signals are provided by SignalEmitters.
The SignalPerformer can use the transmitted Signals as it wants. But it must consider that other SignalPerformers can use the same Signals.
- Generating New Facial expressions
- Generating New Gestures
- Generating new Hand configurations
- Creating an Instance for Interaction
- Create a new virtual character
- Creating a Greta Module in Java
- Integration examples
- Development guideline
- Naming policy
- Github repository
- Technical showcase
- Python integration
- Known issues
- Technical Specifications
- Pitfalls for Greta development
-
FML/BML
-
Tools
-
AUs from external sources
-
Large language model (LLM)
-
Automatic speech recognition (ASR)
-
Extensions
Nothing to show :)
- Incrementality
- Motion Capture to BAP values
- Interruptions
- Back Channels
- Appreciation Generator
- SSI Greta Integration
- TopicPlanner
- Shore
- Disco
- Watson
- Object node controller
- OSC communication for Unity
- 3D pose estimation from RGB camera through VAE (PFE-OpenPose-to-VAE-to-BVH)
- HOW TO CREATE BEHAVIOR SET
- Projects
- Signals