|
a |
|
b/data/hyps/hyp.VOC.yaml |
|
|
1 |
# YOLOv5 🚀 by Ultralytics, AGPL-3.0 license |
|
|
2 |
# Hyperparameters for VOC training |
|
|
3 |
# python train.py --batch 128 --weights yolov5m6.pt --data VOC.yaml --epochs 50 --img 512 --hyp hyp.scratch-med.yaml --evolve |
|
|
4 |
# See Hyperparameter Evolution tutorial for details https://github.com/ultralytics/yolov5#tutorials |
|
|
5 |
|
|
|
6 |
# YOLOv5 Hyperparameter Evolution Results |
|
|
7 |
# Best generation: 467 |
|
|
8 |
# Last generation: 996 |
|
|
9 |
# metrics/precision, metrics/recall, metrics/mAP_0.5, metrics/mAP_0.5:0.95, val/box_loss, val/obj_loss, val/cls_loss |
|
|
10 |
# 0.87729, 0.85125, 0.91286, 0.72664, 0.0076739, 0.0042529, 0.0013865 |
|
|
11 |
|
|
|
12 |
lr0: 0.00334 |
|
|
13 |
lrf: 0.15135 |
|
|
14 |
momentum: 0.74832 |
|
|
15 |
weight_decay: 0.00025 |
|
|
16 |
warmup_epochs: 3.3835 |
|
|
17 |
warmup_momentum: 0.59462 |
|
|
18 |
warmup_bias_lr: 0.18657 |
|
|
19 |
box: 0.02 |
|
|
20 |
cls: 0.21638 |
|
|
21 |
cls_pw: 0.5 |
|
|
22 |
obj: 0.51728 |
|
|
23 |
obj_pw: 0.67198 |
|
|
24 |
iou_t: 0.2 |
|
|
25 |
anchor_t: 3.3744 |
|
|
26 |
fl_gamma: 0.0 |
|
|
27 |
hsv_h: 0.01041 |
|
|
28 |
hsv_s: 0.54703 |
|
|
29 |
hsv_v: 0.27739 |
|
|
30 |
degrees: 0.0 |
|
|
31 |
translate: 0.04591 |
|
|
32 |
scale: 0.75544 |
|
|
33 |
shear: 0.0 |
|
|
34 |
perspective: 0.0 |
|
|
35 |
flipud: 0.0 |
|
|
36 |
fliplr: 0.5 |
|
|
37 |
mosaic: 0.85834 |
|
|
38 |
mixup: 0.04266 |
|
|
39 |
copy_paste: 0.0 |
|
|
40 |
anchors: 3.412 |