camn_audio / config.json
H-Liu1997's picture
Update config.json
bb48f08 verified
raw
history blame contribute delete
345 Bytes
{
"model_type": "camn_audio",
"audio_sr": 16000,
"pose_fps": 15,
"seed_frames": 4,
"pose_dims": 258,
"speaker_dims": 1,
"hidden_size": 512,
"n_layer": 4,
"dropout_prob": 0.1,
"body_dims": 78,
"hands_dims": 180,
"motion_dim": 256,
"audio_f": 128,
"speaker_f": 16,
"pose_rep": "smplx",
"joint_mask": "local_upper"
}