565. HuBMAP - Hacking the Human Vasculature | hubmap-hacking-the-human-vasculature
感谢Hubmap举办如此精彩的比赛,也感谢众多提供帮助的notebook和讨论。
yolov8设置如下:
imgsz=512,
batch = 16 * 4
lr0 = 1e-4
lrf = 1e-2
cos_lr=True
optimizer = "AdamW"
close_mozaic = 10
## 增强参数
hsv_h= 0.015
hsv_s= 0.7
hsv_v= 0.4
degrees= 45.0
translate= 0.1
scale= 0.5
shear= 15.0
perspective= 0.0
flipud= 0.5
fliplr= 0.5
mosaic= 1.0
mixup= 1.0/3
copy_paste= 1.0/3
mask_ratio=1