a | b/data/hyps/hyp.Objects365.yaml | ||
---|---|---|---|
1 | # YOLOv5 🚀 by Ultralytics, AGPL-3.0 license |
||
2 | # Hyperparameters for Objects365 training |
||
3 | # python train.py --weights yolov5m.pt --data Objects365.yaml --evolve |
||
4 | # See Hyperparameter Evolution tutorial for details https://github.com/ultralytics/yolov5#tutorials |
||
5 | |||
6 | lr0: 0.00258 |
||
7 | lrf: 0.17 |
||
8 | momentum: 0.779 |
||
9 | weight_decay: 0.00058 |
||
10 | warmup_epochs: 1.33 |
||
11 | warmup_momentum: 0.86 |
||
12 | warmup_bias_lr: 0.0711 |
||
13 | box: 0.0539 |
||
14 | cls: 0.299 |
||
15 | cls_pw: 0.825 |
||
16 | obj: 0.632 |
||
17 | obj_pw: 1.0 |
||
18 | iou_t: 0.2 |
||
19 | anchor_t: 3.44 |
||
20 | anchors: 3.2 |
||
21 | fl_gamma: 0.0 |
||
22 | hsv_h: 0.0188 |
||
23 | hsv_s: 0.704 |
||
24 | hsv_v: 0.36 |
||
25 | degrees: 0.0 |
||
26 | translate: 0.0902 |
||
27 | scale: 0.491 |
||
28 | shear: 0.0 |
||
29 | perspective: 0.0 |
||
30 | flipud: 0.0 |
||
31 | fliplr: 0.5 |
||
32 | mosaic: 1.0 |
||
33 | mixup: 0.0 |
||
34 | copy_paste: 0.0 |