vchiang001 commited on
Commit
0f61d86
·
1 Parent(s): 946a1a8

Upload pose_cfg.yaml

Browse files
dlcmodel/DLC_monkey_resnet_50_iteration-0_shuffle-1/pose_cfg.yaml ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - - 14
17
+ - - 15
18
+ - - 16
19
+ all_joints_names:
20
+ - nose
21
+ - left_eye
22
+ - right_eye
23
+ - left_ear
24
+ - right_ear
25
+ - left_shoulder
26
+ - right_shoulder
27
+ - left_elbow
28
+ - right_elbow
29
+ - left_wrist
30
+ - right_wrist
31
+ - left_hip
32
+ - right_hip
33
+ - left_knee
34
+ - right_knee
35
+ - left_ankle
36
+ - right_ankle
37
+ batch_size:
38
+ bottomheight: 400
39
+ crop: true
40
+ crop_pad: 0
41
+ cropratio: 0.4
42
+ dataset: training-datasets/iteration-0/UnaugmentedDataSet_monkeyOct30/monkey_Toyama95shuffle1.mat
43
+ dataset_type: default
44
+ deconvolutionstride: 2
45
+ deterministic: false
46
+ display_iters: 1000
47
+ fg_fraction: 0.25
48
+ global_scale: 0.8
49
+ init_weights: /media/deepstation/843cad10-f308-49f6-b896-b1ac1470af80/dlcmodel_to_pri_20200616/monkey-afterfix-Toyama-v2-2018-10-30/dlc-models/iteration-0/monkeyOct30-trainset95shuffle1/train/snapshot-1030000
50
+ intermediate_supervision: false
51
+ intermediate_supervision_layer: 12
52
+ leftwidth: 400
53
+ location_refinement: true
54
+ locref_huber_loss: true
55
+ locref_loss_weight: 0.05
56
+ locref_stdev: 7.2801
57
+ log_dir: log
58
+ max_input_size: 1500
59
+ mean_pixel:
60
+ - 123.68
61
+ - 116.779
62
+ - 103.939
63
+ metadataset: training-datasets/iteration-0/UnaugmentedDataSet_monkeyOct30/Documentation_data-monkey_95shuffle1.pickle
64
+ min_input_size: 64
65
+ minsize: 100
66
+ mirror: false
67
+ multi_step:
68
+ - - 0.005
69
+ - 10000
70
+ - - 0.02
71
+ - 430000
72
+ - - 0.002
73
+ - 730000
74
+ - - 0.001
75
+ - 1030000
76
+ net_type: resnet_50
77
+ num_joints: 17
78
+ num_outputs: 1
79
+ optimizer: sgd
80
+ output_stride: 16
81
+ pos_dist_thresh: 17
82
+ project_path: /home/chava/Kyutech/DeepLabCut214/examples/monkey-afterfix-Toyama-v2-2018-10-30
83
+ regularize: false
84
+ rightwidth: 400
85
+ save_iters: 50000
86
+ scale_jitter_lo: 0.5
87
+ scale_jitter_up: 1.25
88
+ scoremap_dir: test
89
+ shuffle: true
90
+ snapshot_prefix: /media/deepstation/843cad10-f308-49f6-b896-b1ac1470af80/dlcmodel_to_pri_20200616/monkey-afterfix-Toyama-v2-2018-10-30/dlc-models/iteration-0/monkeyOct30-trainset95shuffle1/train/snapshot
91
+ stride: 8.0
92
+ topheight: 400
93
+ weigh_negatives: false
94
+ weigh_only_present_joints: false
95
+ weigh_part_predictions: false
96
+ weight_decay: 0.0001