-
Notifications
You must be signed in to change notification settings - Fork 217
/
Copy pathObama2.yaml
32 lines (28 loc) · 905 Bytes
/
Obama2.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
model_params:
APC:
ckp_path: './data/APC_epoch_160.model'
mel_dim: 80
hidden_size: 512
num_layers: 3
residual: false
use_LLE: 1
Knear: 10
LLE_percent: 1
Audio2Mouth:
ckp_path: './data/Obama2/checkpoints/Audio2Feature.pkl'
smooth: 2
AMP: ['XYZ', 1.5, 1.5, 1.5] # method, x, y, z
Headpose:
ckp_path: './data/Obama2/checkpoints/Audio2Headpose.pkl'
sigma: 0.3
smooth: [3, 10] # rot, trans
AMP: [1, 1] # rot, trans
shoulder_AMP: 0.5
Image2Image:
ckp_path: './data/Obama2/checkpoints/Feature2Face.pkl'
size: 'normal'
save_input: 1
dataset_params:
root: './data/Obama2/'
fit_data_path: './data/Obama2/3d_fit_data.npz'
pts3d_path: './data/Obama2/tracked3D_normalized_pts_fix_contour.npy'