-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
57 lines (51 loc) · 1.25 KB
/
config.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
# Project definitions (do not edit)
Task: dogpose
scorer: dogpo
date: Sep11
multianimalproject: false
identity:
# Project path (change when moving around)
project_path: C:/Users/Master/Desktop/dic/DeepLabCut/conda-environments/dogpose-dogpo-2021-09-11
# Annotation data set configuration (and individual video cropping parameters)
video_sets:
C:\Users\Master\Desktop\dic\DeepLabCut\conda-environments\dogpose-dogpo-2021-09-11\videos\1.mov:
crop: 0, 640, 0, 360
bodyparts:
- frontleftleg
- frontrightleg
- backleftleg
- backrightleg
start: 0
stop: 1
numframes2pick: 20
# Plotting configuration
skeleton:
- - bodypart1
- bodypart2
- - objectA
- bodypart3
skeleton_color: black
pcutoff: 0.6
dotsize: 12
alphavalue: 0.7
colormap: rainbow
# Training,Evaluation and Analysis configuration
TrainingFraction:
- 0.95
iteration: 0
default_net_type: resnet_50
default_augmenter: default
snapshotindex: -1
batch_size: 8
# Cropping Parameters (for analysis and outlier frame detection)
cropping: false
#if cropping is true for analysis, then set the values here:
x1: 0
x2: 640
y1: 277
y2: 624
# Refinement configuration (parameters from annotation dataset configuration also relevant in this stage)
corner2move2:
- 50
- 50
move2corner: true