Skip to content

training and validation #272

@bbetula

Description

@bbetula

The training code of this model seems to call YOLO for training. Shouldn't the trained model be a YOLOv8n-seg type model, rather than a FastSAM type model?

see this
from ultralytics import YOLO
model = YOLO(model="yolov8x-seg.yaml",
)
model.train(data="sa.yaml",
epochs=100,
batch=32,
imgsz=1024,
overlap_mask=False,
save=True,
save_period=5,
device='0,1,2,3,4,5,6,7',
project='fastsam',
name='test',
val=False,)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions