You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
774B

  1. # Hyperparameters for VOC finetuning
  2. # python train.py --batch 64 --weights yolov5m.pt --data voc.yaml --img 512 --epochs 50
  3. # See tutorials for hyperparameter evolution https://github.com/ultralytics/yolov5#tutorials
  4. # Hyperparameter Evolution Results
  5. # Generations: 306
  6. # P R mAP.5 mAP.5:.95 box obj cls
  7. # Metrics: 0.6 0.936 0.896 0.684 0.0115 0.00805 0.00146
  8. lr0: 0.0032
  9. lrf: 0.12
  10. momentum: 0.843
  11. weight_decay: 0.00036
  12. giou: 0.0296
  13. cls: 0.243
  14. cls_pw: 0.631
  15. obj: 0.301
  16. obj_pw: 0.911
  17. iou_t: 0.2
  18. anchor_t: 2.91
  19. # anchors: 3.63
  20. fl_gamma: 0.0
  21. hsv_h: 0.0138
  22. hsv_s: 0.664
  23. hsv_v: 0.464
  24. degrees: 0.373
  25. translate: 0.245
  26. scale: 0.898
  27. shear: 0.602
  28. perspective: 0.0
  29. flipud: 0.00856
  30. fliplr: 0.5
  31. mixup: 0.243