vchiang001 commited on
Commit
7508b60
β€’
1 Parent(s): f3585e0

Upload pose_cfg.yaml

Browse files
model/DLC_human_dancing_resnet_101_iteration-0_shuffle-1/pose_cfg.yaml ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ all_joints:
2
+ - - 0
3
+ - - 1
4
+ - - 2
5
+ - - 3
6
+ - - 4
7
+ - - 5
8
+ - - 6
9
+ - - 7
10
+ - - 8
11
+ - - 9
12
+ - - 10
13
+ - - 11
14
+ - - 12
15
+ - - 13
16
+ all_joints_names:
17
+ - ankle1
18
+ - knee1
19
+ - hip1
20
+ - hip2
21
+ - knee2
22
+ - ankle2
23
+ - wrist1
24
+ - elbow1
25
+ - shoulder1
26
+ - shoulder2
27
+ - elbow2
28
+ - wrist2
29
+ - chin
30
+ - forehead
31
+ batch_size:
32
+ bottomheight: 400
33
+ crop: false
34
+ crop_pad: 0
35
+ cropratio: 0.25
36
+ dataset: dataset-test.mat
37
+ dataset_type: default
38
+ deconvolutionstride: 2
39
+ deterministic: false
40
+ fg_fraction: 0.25
41
+ global_scale: 1.0
42
+ init_weights: /content/human_dancing-teamDLC-2020-04-26/dlc-models/iteration-0/human_dancingApr26-trainset95shuffle1/train/snapshot-103000
43
+ intermediate_supervision: false
44
+ intermediate_supervision_layer: 12
45
+ leftwidth: 400
46
+ location_refinement: true
47
+ locref_huber_loss: true
48
+ locref_loss_weight: 1.0
49
+ locref_stdev: 7.2801
50
+ log_dir: log
51
+ mean_pixel:
52
+ - 123.68
53
+ - 116.779
54
+ - 103.939
55
+ minsize: 100
56
+ mirror: false
57
+ net_type: resnet_101
58
+ num_joints: 14
59
+ num_outputs: 1
60
+ optimizer: sgd
61
+ output_stride: 16
62
+ regularize: false
63
+ rightwidth: 400
64
+ scoremap_dir: test
65
+ shuffle: true
66
+ snapshot_prefix: /content/human_dancing-teamDLC-2020-04-26/dlc-models/iteration-0/human_dancingApr26-trainset95shuffle1/test/snapshot
67
+ stride: 8.0
68
+ topheight: 400
69
+ weigh_negatives: false
70
+ weigh_only_present_joints: false
71
+ weigh_part_predictions: false
72
+ weight_decay: 0.0001