forked from ShirleyMaxx/VirtualMarker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
baseline_pw3d.yml
50 lines (45 loc) · 981 Bytes
/
baseline_pw3d.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
dataset:
train_list: ['PW3D']
test_list: ['PW3D']
input_joint_set: 'vm'
workers: 8
use_tight_bbox: True
use_coco3d_up3d: False
model:
name: 'simple3dmesh'
loss:
loss_weight_joint3d: 100
loss_weight_joint3d_reg: 0.1
loss_weight_conf: 0.1
loss_weight_mesh3d: 0.1
loss_weight_normal: 0.1
loss_weight_edge: 0.01
train:
print_freq: 100
vis_freq: 2000
batch_size: 8
shuffle: True
begin_epoch: 40
end_epoch: 43
scheduler: 'step'
lr: 0.001
lr_step: [30]
lr_factor: 0.5
simple3dpose_lr: 0.0005
simple3dpose_lr_step: [30]
simple3dpose_lr_factor: 0.5
optimizer: 'adam'
edge_loss_start: 10
resume_weight_path: 'experiment/simple3dmesh_train/baseline_h36m/final.pth.tar'
aug:
flip: True
rotate_factor: 30
color_factor: 0.2
scale_factor: 0.3
occlusion: True
test:
batch_size: 24
shuffle: False
vis: True
vis_freq: 1000
save_obj: False