JanCuhel
I will email you sample output weights, training is as follows with the best.pt weights selected.
d_config = int(dataset_config["epochs"])`
y_pths = str(dataset_config["yaml"])
wtgs = str(dataset_config["weights"])
batch_size = 32
img_size = 640
train_cmd = f'yolo detect train model=weights/{wtgs} data={y_pths} batch={batch_size} epochs={d_config} imgsz={img_size} workers=8 device=0 name={x_name}'