-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathssd-config.yml
68 lines (62 loc) · 934 Bytes
/
ssd-config.yml
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
---
dataset:
train:
- /path/to/train0
- /path/to/train1
- /path/to/train2
validation:
- /path/to/validation0
- /path/to/validation1
- /path/to/validation2
test:
- /path/to/test
dataset_misc:
src_folder: /path/to/source/folder
size:
- 30000
- 12000
- 90000
output:
model: ./models
plots: ./plots
training_pref:
batch_size_train: 25
batch_size_validation: 150
max_epochs: 100
learning_rate: 0.001
momentum: .9
patience: 50
reg_strength: 0.00000000001
weight_decay: 0.0005
workers: 0
evaluation_pref:
batch_size: 100
names_classes:
- 't'
- 'V'
- 'H'
workers: 0
inference_pref:
samples: 300
ssd_settings:
confidence_threshold: .01
feature_maps:
- phi: 46
eta: 44
- phi: 24
eta: 23
input_dimensions:
- 3
- 340
- 360
n_classes: 3
nms: .25
object_size: 46.
max_distance: .1
overlap_threshold: .5
steps:
- phi: 8
eta: 8
- phi: 17
eta: 17
top_k: 100