From 01ad63221c021891c0e7cad916de4c86c232a213 Mon Sep 17 00:00:00 2001 From: Juha Jeronen Date: Thu, 18 Jan 2024 22:27:37 +0200 Subject: [PATCH] provide example animator.json (with default settings) --- talkinghead/animator.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 talkinghead/animator.json diff --git a/talkinghead/animator.json b/talkinghead/animator.json new file mode 100644 index 0000000..1cf7810 --- /dev/null +++ b/talkinghead/animator.json @@ -0,0 +1,19 @@ +{"target_fps": 25, + "crop_left": 0.0, + "crop_right": 0.0, + "crop_top": 0.0, + "crop_bottom": 0.0, + "pose_interpolator_step": 0.1, + "blink_interval_min": 2.0, + "blink_interval_max": 5.0, + "blink_probability": 0.03, + "blink_confusion_duration": 10.0, + "talking_fps": 12, + "talking_morph": "mouth_aaa_index", + "sway_morphs": ["head_x_index", "head_y_index", "neck_z_index", "body_y_index", "body_z_index"], + "sway_interval_min": 5.0, + "sway_interval_max": 10.0, + "sway_macro_strength": 0.6, + "sway_micro_strength": 0.02, + "breathing_cycle_duration": 4.0, + "postprocessor_chain": []}