forked from yfeng95/DECA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeca_detail.yml
29 lines (28 loc) · 1.01 KB
/
deca_detail.yml
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
# '''
# detail:
# This is followed by training the detail model (i.e. 𝐸𝑑
# and 𝐹𝑑
# ) on VGGFace2 and VoxCeleb2 with a batch size of 6, with
# 3 images per subject, and parameters 𝜆𝑝ℎ𝑜𝐷 = 2.0, 𝜆𝑚𝑟 𝑓 = 5𝑒 − 2,
# 𝜆𝑠𝑦𝑚 = 5𝑒 − 3, 𝜆𝑑𝑐 = 1.0, and 𝜆𝑟𝑒𝑔𝐷 = 5𝑒 − 3.
# why:
# '''
# pretrained_modelpath: '/ps/scratch/yfeng/Data/Projects-data/DECA-training/training/DECA_SIGGRAPH/pretrain/model.tar'
output_dir: "/ps/scratch/yfeng/Data/Projects-data/DECA-training/training/DECA_release_version/detail"
pretrained_modelpath: "/ps/scratch/yfeng/Data/Projects-data/DECA-training/training/DECA_release_version/coarse/model.tar"
dataset:
batch_size: 6
K: 3
train:
train_detail: True
resume: True
max_epochs: 10
max_steps: 1000000
log_steps: 10
vis_steps: 500
checkpoint_steps: 1000
val_steps: 500
eval_steps: 1000
dataset:
training_data: ['vggface2', 'vox2']
# python main_train_deca_release.py --cfg configs/release_version/deca_coarse.yml