Advertisement
Guest User

Untitled

a guest
Jan 9th, 2025
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. task: pose
  2. mode: train
  3. model: yolo-models/yolo11s-pose.pt
  4. data: cvat_pos_detection/data.yaml
  5. epochs: 100
  6. time: null
  7. patience: 100
  8. batch: 16
  9. imgsz: 640
  10. save: true
  11. save_period: -1
  12. cache: false
  13. device: cuda:0
  14. workers: 8
  15. project: null
  16. name: train2
  17. exist_ok: false
  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: false
  33. overlap_mask: true
  34. mask_ratio: 4
  35. dropout: 0.0
  36. val: true
  37. split: val
  38. save_json: false
  39. save_hybrid: false
  40. conf: null
  41. iou: 0.7
  42. max_det: 300
  43. half: false
  44. dnn: false
  45. plots: true
  46. source: null
  47. vid_stride: 1
  48. stream_buffer: false
  49. visualize: false
  50. augment: false
  51. agnostic_nms: false
  52. classes: null
  53. retina_masks: false
  54. embed: null
  55. show: false
  56. save_frames: false
  57. save_txt: false
  58. save_conf: false
  59. save_crop: false
  60. show_labels: true
  61. show_conf: true
  62. show_boxes: true
  63. line_width: null
  64. format: torchscript
  65. keras: false
  66. optimize: false
  67. int8: false
  68. dynamic: false
  69. simplify: true
  70. opset: null
  71. workspace: null
  72. nms: false
  73. lr0: 0.01
  74. lrf: 0.01
  75. momentum: 0.937
  76. weight_decay: 0.0005
  77. warmup_epochs: 3.0
  78. warmup_momentum: 0.8
  79. warmup_bias_lr: 0.1
  80. box: 7.5
  81. cls: 0.5
  82. dfl: 1.5
  83. pose: 12.0
  84. kobj: 1.0
  85. nbs: 64
  86. hsv_h: 0.015
  87. hsv_s: 0.7
  88. hsv_v: 0.4
  89. degrees: 0.0
  90. translate: 0.1
  91. scale: 0.5
  92. shear: 0.0
  93. perspective: 0.0
  94. flipud: 0.0
  95. fliplr: 0.5
  96. bgr: 0.0
  97. mosaic: 1.0
  98. mixup: 0.0
  99. copy_paste: 0.0
  100. copy_paste_mode: flip
  101. auto_augment: randaugment
  102. erasing: 0.4
  103. crop_fraction: 1.0
  104. cfg: null
  105. tracker: botsort.yaml
  106. save_dir: runs\pose\train2
  107.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement