args.yaml 1.6 KB

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