Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

hyp.finetune_objects365.yaml 460 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  1. # YOLOv5 🚀 by Ultralytics, GPL-3.0 license
  2. lr0: 0.00258
  3. lrf: 0.17
  4. momentum: 0.779
  5. weight_decay: 0.00058
  6. warmup_epochs: 1.33
  7. warmup_momentum: 0.86
  8. warmup_bias_lr: 0.0711
  9. box: 0.0539
  10. cls: 0.299
  11. cls_pw: 0.825
  12. obj: 0.632
  13. obj_pw: 1.0
  14. iou_t: 0.2
  15. anchor_t: 3.44
  16. anchors: 3.2
  17. fl_gamma: 0.0
  18. hsv_h: 0.0188
  19. hsv_s: 0.704
  20. hsv_v: 0.36
  21. degrees: 0.0
  22. translate: 0.0902
  23. scale: 0.491
  24. shear: 0.0
  25. perspective: 0.0
  26. flipud: 0.0
  27. fliplr: 0.5
  28. mosaic: 1.0
  29. mixup: 0.0
  30. copy_paste: 0.0
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...