https://github.com/ubisoft/ubisoft-laforge-ZeroEGGS
Tip revision: 4992d9ab5e28bc4bb13219a598906562f5786448 authored by Saeed Ghorbani on 24 April 2023, 19:20:18 UTC
Merge pull request #39 from saeed1262/main
Merge pull request #39 from saeed1262/main
Tip revision: 4992d9a
data_pipeline_conf.json
{
"base_path": "../data",
"processed_data_path": "processed_v2",
"save_trimmed_audio": true,
"save_trimmed_animation": true,
"save_normalized_animations": false,
"save_final_data": true,
"info_filename": "info_Short.csv",
"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
]
}