car-detection-bayes/our_scripts/config_bayes.yml

140 lines
2.3 KiB
YAML
Raw Normal View History

2020-07-25 22:43:07 +00:00
bayes:
iterations: 2
2020-07-25 22:42:33 +00:00
train:
2020-07-25 22:43:07 +00:00
epochs:
type: discrete
values: [10]
2020-07-25 22:42:33 +00:00
batch-size:
type: discrete
2020-07-25 22:43:07 +00:00
#values: [128]
min: 1
max: 5
step: 1
cfg: ./cfg/yolov3-spp-21cls.cfg
data: ./data/widok_01_21.data
2020-07-25 22:42:33 +00:00
multi-scale:
type: discrete
2020-07-25 22:43:07 +00:00
values: [true, false]
img-size-start:
type: discrete
min: 512
2020-07-26 08:49:20 +00:00
max: 576
2020-07-25 22:43:07 +00:00
step: 64
img-size-end:
2020-07-25 22:42:33 +00:00
type: discrete
2020-07-25 22:43:07 +00:00
min: 512
2020-07-26 08:49:20 +00:00
max: 576
2020-07-25 22:43:07 +00:00
step: 64
rect:
2020-07-25 22:42:33 +00:00
type: discrete
2020-07-25 22:43:07 +00:00
values: [false]
2020-07-25 22:42:33 +00:00
resume: false
nosave: false
notest: false
evolve: false
bucket:
cache-images: false
2020-07-25 22:43:07 +00:00
weights: ./weights/yolov3-spp-ultralytics.pt
2020-07-25 22:42:33 +00:00
device: 1
2020-07-25 22:43:07 +00:00
adam:
type: discrete
values: [true]
2020-07-25 22:42:33 +00:00
single-cls: false
2020-07-25 22:43:07 +00:00
snapshot-every:
2020-07-25 22:42:33 +00:00
freeze-layers: true
other-hyps:
giou:
type: continuous
min: 0.0
max: 10.0
cls:
type: continuous
min: 10.0
max: 100.0
cls_pw:
type: continuous
min: 0.0
max: 10.0
obj:
type: continuous
min: 10.0
max: 100.0
obj_pw:
type: continuous
min: 0.0
max: 10.0
iou_t:
type: continuous
min: 0.0
max: 1.0
2020-07-25 22:43:07 +00:00
lr0:
type: continuous
min: 0.000001
max: 0.1
lrf:
type: continuous
min: 0.000001
max: 0.1
2020-07-25 22:42:33 +00:00
momentum:
type: continuous
min: 0.0
max: 1.0
weight_decay:
type: continuous
min: 0.0
max: 1.0
fl_gamma:
type: continuous
min: 0.0
max: 10.0
hsv_h:
type: continuous
min: 0.0
max: 1.0
2020-07-25 22:43:07 +00:00
hsv_s:
2020-07-25 22:42:33 +00:00
type: continuous
min: 0.0
max: 1.0
hsv_v:
type: continuous
min: 0.0
max: 1.0
degrees:
type: continuous
min: 0.0
max: 30.0
translate:
type: continuous
min: 0.0
max: 1.0
scale:
type: continuous
min: 0.0
max: 1.0
shear:
type: continuous
min: 0.0
max: 1.0
experiments:
dir: ./experiments
detect:
2020-07-25 22:43:07 +00:00
source: ./data/widok_01_21/widok_01_21_test_labels.txt
2020-07-25 22:42:33 +00:00
test-img-size:
type: discrete
2020-07-25 22:43:07 +00:00
min: 512
2020-07-26 08:49:20 +00:00
max: 576
2020-07-25 22:43:07 +00:00
step: 64
2020-07-25 22:42:33 +00:00
conf-thres:
type: continuous
min: 0.0
max: 1.0
iou-thres:
type: continuous
min: 0.0
max: 1.0
classes:
agnostic-nms:
augment:
confussion-matrix:
2020-07-25 22:43:07 +00:00
labels-dir: ./data/widok_01_21/widok_01_21_labels