Skip to content

Yolo8 to coreml conversion  #11

@dhiman10

Description

@dhiman10

from ultralytics import YOLO

model=YOLO('runs/detect/train/weights/best.pt')

model.export(format='coreml',nms=True)

CoreML: export failure ❌ 9.9s: 1 name found for nc=8395 CoreML model is not converted.

I have found this error when I use nms=True, I need the model with bounding box.
Could you help me ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions