-
Notifications
You must be signed in to change notification settings - Fork 180
/
human36m_vol_softmax.yaml
90 lines (64 loc) · 1.75 KB
/
human36m_vol_softmax.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
title: "human36m_vol_softmax"
kind: "human36m"
vis_freq: 1000
vis_n_elements: 10
image_shape: [384, 384]
opt:
criterion: "MAE"
use_volumetric_ce_loss: true
volumetric_ce_loss_weight: 0.01
n_objects_per_epoch: 15000
n_epochs: 9999
batch_size: 5
val_batch_size: 10
lr: 0.0001
process_features_lr: 0.001
volume_net_lr: 0.001
scale_keypoints_3d: 0.1
model:
name: "vol"
kind: "mpii"
volume_aggregation_method: "softmax"
init_weights: false
checkpoint: ""
use_gt_pelvis: false
cuboid_side: 2500.0
volume_size: 64
volume_multiplier: 1.0
volume_softmax: true
heatmap_softmax: true
heatmap_multiplier: 100.0
backbone:
name: "resnet152"
style: "simple"
init_weights: true
checkpoint: "./data/pretrained/human36m/pose_resnet_4.5_pixels_human36m.pth"
num_joints: 17
num_layers: 152
dataset:
kind: "human36m"
train:
h36m_root: "./data/human36m/processed/"
labels_path: "./data/human36m/extra/human36m-multiview-labels-GTbboxes.npy"
pred_results_path: "./data/pretrained/human36m/human36m_alg_10-04-2019/checkpoints/0060/results/train.pkl"
with_damaged_actions: true
undistort_images: true
scale_bbox: 1.0
shuffle: true
randomize_n_views: false
min_n_views: null
max_n_views: null
num_workers: 5
val:
h36m_root: "./data/human36m/processed/"
labels_path: "./data/human36m/extra/human36m-multiview-labels-GTbboxes.npy"
pred_results_path: "./data/pretrained/human36m/human36m_alg_10-04-2019/checkpoints/0060/results/val.pkl"
with_damaged_actions: true
undistort_images: true
scale_bbox: 1.0
shuffle: false
randomize_n_views: false
min_n_views: null
max_n_views: null
num_workers: 10
retain_every_n_frames_in_test: 1