-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhyp.yaml
63 lines (60 loc) · 783 Bytes
/
hyp.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
augmentations:
mean:
- 104
- 117
- 123
cfg:
max_iter: 120000
feature_maps:
- 38
- 19
- 10
- 5
- 3
- 1
steps:
- 8
- 16
- 32
- 64
- 100
- 300
min_sizes:
- 30
- 60
- 111
- 162
- 213
- 264
max_sizes:
- 60
- 111
- 162
- 213
- 264
- 315
aspect_ratios:
- [2]
- [2, 3]
- [2, 3]
- [2, 3]
- [2]
- [2]
variance:
- 0.1
- 0.2
clip: true
detect:
bkg_label: 0
top_k: 200
conf_thresh: 0.01
nms_thresh: 0.45
opt: # SGD
lr: 1e-3 # Initial learning rate
momentum: 0.9 # Momentum value for optim
weight_decay: 5e-4 # Weight decay for SGD
gamma: 0.1 # Gamma update for SGD
lr_steps:
- 80000
- 100000
- 120000