args.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. task: detect
  2. mode: train
  3. model: yolov8n.pt
  4. data: dataset.yaml
  5. epochs: 2
  6. patience: 50
  7. batch: 16
  8. imgsz: 640
  9. save: true
  10. save_period: -1
  11. cache: false
  12. device: null
  13. workers: 8
  14. project: null
  15. name: null
  16. exist_ok: false
  17. pretrained: true
  18. optimizer: auto
  19. verbose: true
  20. seed: 0
  21. deterministic: true
  22. single_cls: false
  23. rect: false
  24. cos_lr: false
  25. close_mosaic: 0
  26. resume: false
  27. amp: true
  28. fraction: 1.0
  29. profile: false
  30. overlap_mask: true
  31. mask_ratio: 4
  32. dropout: 0.0
  33. val: true
  34. split: val
  35. save_json: false
  36. save_hybrid: false
  37. conf: null
  38. iou: 0.7
  39. max_det: 300
  40. half: false
  41. dnn: false
  42. plots: true
  43. source: null
  44. show: false
  45. save_txt: false
  46. save_conf: false
  47. save_crop: false
  48. show_labels: true
  49. show_conf: true
  50. vid_stride: 1
  51. line_width: null
  52. visualize: false
  53. augment: false
  54. agnostic_nms: false
  55. classes: null
  56. retina_masks: false
  57. boxes: true
  58. format: torchscript
  59. keras: false
  60. optimize: false
  61. int8: false
  62. dynamic: false
  63. simplify: false
  64. opset: null
  65. workspace: 4
  66. nms: false
  67. lr0: 0.01
  68. lrf: 0.01
  69. momentum: 0.937
  70. weight_decay: 0.0005
  71. warmup_epochs: 3.0
  72. warmup_momentum: 0.8
  73. warmup_bias_lr: 0.1
  74. box: 7.5
  75. cls: 0.5
  76. dfl: 1.5
  77. pose: 12.0
  78. kobj: 1.0
  79. label_smoothing: 0.0
  80. nbs: 64
  81. hsv_h: 0.015
  82. hsv_s: 0.7
  83. hsv_v: 0.4
  84. degrees: 0.0
  85. translate: 0.1
  86. scale: 0.5
  87. shear: 0.0
  88. perspective: 0.0
  89. flipud: 0.0
  90. fliplr: 0.5
  91. mosaic: 1.0
  92. mixup: 0.0
  93. copy_paste: 0.0
  94. cfg: null
  95. v5loader: false
  96. tracker: botsort.yaml
  97. save_dir: runs\detect\train3