最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How to convert the yolo11 model into a coreml model that can output processed images - Stack Overflow

programmeradmin0浏览0评论

I used the example python code that ultralytics gave. Why does output output confidence and coordination after converting my target detection model to mlpackage format. is it normal to not return processed images? Or is there something wrong with my export process. The conversion method I am currently using is the method given in the ultralytics framework. here is the code from ultralytics import YOLO

model = YOLO("yolo11n.pt") model.export(format="coreml")

coreml_model = YOLO("yolo11n.mlpackage") results = coreml_model(".jpg")

发布评论

评论列表(0)

  1. 暂无评论