Skip to content

[REQUEST] 集成Ultralytics/YOLO #559

@Zeyi-Lin

Description

@Zeyi-Lin

🤩 Features description [Please make everyone to understand it]

API交互类似于:

import swanlab
from swanlab.integration.ultralytics import add_swanlab_callback
from ultralytics import YOLO

model = YOLO("yolov8n.pt")

add_swanlab_callback(model, enable_model_checkpointing=True)
model.train(project="ultralytics", data="coco128.yaml", epochs=5, imgsz=640)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions