Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

hyp.VOC.yaml 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # YOLOv5 🚀 by Ultralytics, GPL-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. # YOLOv5 Hyperparameter Evolution Results
  6. # Best generation: 319
  7. # Last generation: 434
  8. # metrics/precision, metrics/recall, metrics/mAP_0.5, metrics/mAP_0.5:0.95, val/box_loss, val/obj_loss, val/cls_loss
  9. # 0.86236, 0.86184, 0.91274, 0.72647, 0.0077056, 0.0042449, 0.0013846
  10. lr0: 0.0033
  11. lrf: 0.15184
  12. momentum: 0.74747
  13. weight_decay: 0.00025
  14. warmup_epochs: 3.4278
  15. warmup_momentum: 0.59032
  16. warmup_bias_lr: 0.18742
  17. box: 0.02
  18. cls: 0.21563
  19. cls_pw: 0.5
  20. obj: 0.50843
  21. obj_pw: 0.6729
  22. iou_t: 0.2
  23. anchor_t: 3.4172
  24. fl_gamma: 0.0
  25. hsv_h: 0.01032
  26. hsv_s: 0.5562
  27. hsv_v: 0.28255
  28. degrees: 0.0
  29. translate: 0.04575
  30. scale: 0.73711
  31. shear: 0.0
  32. perspective: 0.0
  33. flipud: 0.0
  34. fliplr: 0.5
  35. mosaic: 0.87158
  36. mixup: 0.04294
  37. copy_paste: 0.0
  38. anchors: 3.3556