Skip to content

Commit

Permalink
Merge pull request #14 from saeed1262/main
Browse files Browse the repository at this point in the history
added stats data for using with pretrained models
  • Loading branch information
saeed1262 authored Dec 2, 2022
2 parents a6c632d + 15d7b6a commit 08f39fd
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 0 deletions.
178 changes: 178 additions & 0 deletions data/processed_v1/data_definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,178 @@
{
"dt": 0.016667,
"label_names": [
"Laughing",
"Agreement",
"Sad",
"Distracted",
"Speech",
"Happy",
"Angry",
"Still",
"Scared",
"Flirty",
"Disagreement",
"Tired",
"Sneaky",
"Old",
"Threatening",
"Neutral",
"Relaxed",
"Pensive",
"Sarcastic"
],
"parents": [
-1,
0,
1,
2,
3,
4,
5,
6,
7,
4,
9,
10,
11,
12,
13,
14,
15,
12,
17,
18,
19,
12,
21,
22,
23,
12,
25,
26,
27,
12,
29,
30,
31,
12,
11,
4,
35,
36,
37,
38,
39,
40,
41,
38,
43,
44,
45,
38,
47,
48,
49,
38,
51,
52,
53,
38,
55,
56,
57,
38,
37,
0,
61,
62,
63,
64,
63,
62,
0,
68,
69,
70,
71,
70,
69
],
"bone_names": [
"Hips",
"Spine",
"Spine1",
"Spine2",
"Spine3",
"Neck",
"Neck1",
"Head",
"HeadEnd",
"RightShoulder",
"RightArm",
"RightForeArm",
"RightHand",
"RightHandThumb1",
"RightHandThumb2",
"RightHandThumb3",
"RightHandThumb4",
"RightHandIndex1",
"RightHandIndex2",
"RightHandIndex3",
"RightHandIndex4",
"RightHandMiddle1",
"RightHandMiddle2",
"RightHandMiddle3",
"RightHandMiddle4",
"RightHandRing1",
"RightHandRing2",
"RightHandRing3",
"RightHandRing4",
"RightHandPinky1",
"RightHandPinky2",
"RightHandPinky3",
"RightHandPinky4",
"RightForeArmEnd",
"RightArmEnd",
"LeftShoulder",
"LeftArm",
"LeftForeArm",
"LeftHand",
"LeftHandThumb1",
"LeftHandThumb2",
"LeftHandThumb3",
"LeftHandThumb4",
"LeftHandIndex1",
"LeftHandIndex2",
"LeftHandIndex3",
"LeftHandIndex4",
"LeftHandMiddle1",
"LeftHandMiddle2",
"LeftHandMiddle3",
"LeftHandMiddle4",
"LeftHandRing1",
"LeftHandRing2",
"LeftHandRing3",
"LeftHandRing4",
"LeftHandPinky1",
"LeftHandPinky2",
"LeftHandPinky3",
"LeftHandPinky4",
"LeftForeArmEnd",
"LeftArmEnd",
"RightUpLeg",
"RightLeg",
"RightFoot",
"RightToeBase",
"RightToeBaseEnd",
"RightLegEnd",
"RightUpLegEnd",
"LeftUpLeg",
"LeftLeg",
"LeftFoot",
"LeftToeBase",
"LeftToeBaseEnd",
"LeftLegEnd",
"LeftUpLegEnd"
]
}
35 changes: 35 additions & 0 deletions data/processed_v1/data_pipeline_conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"base_path": "../data",
"processed_data_path": "processed_v1",
"save_trimmed_audio": true,
"save_trimmed_animation": true,
"save_normalized_animations": false,
"save_final_data": true,
"audio_conf": {
"pre_emphasis": false,
"pre_emph_coeff": 0.97,
"centered": true,
"real_amplitude": true,
"normalize_mel_bins": true,
"normalize_range": true,
"min_clipping": 1e-05,
"sampling_rate": 16000,
"mel_fmin": 20,
"mel_fmax": 7600,
"n_mel_channels": 80,
"filter_length": 800,
"hop_length": 200,
"resample_method": "linear",
"normalize_loudness": true
},
"audio_feature_type": [
"mel_spec",
"energy"
],
"visualize_spectrogram": false,
"visualize_gaze": false,
"len_ratios": [
0.9,
1.0
]
}
Binary file added data/processed_v1/stats.npz
Binary file not shown.

0 comments on commit 08f39fd

Please sign in to comment.