Export Format

#1
by ImVin - opened

Hello, I was wondering how you could export the original YOLOv11 PyTorch model to CoreML format. How do you do that? Can you share your export code?

I'm sorry for bothering you, but lately, I have fine-tuned the PyTorch model and export the PyTorch model to CoreML format using the documentation from Ultralytics, but the converted CoreML package cannot be integrated properly.

This is my way of export:

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

Your need to confirm your account before you can post a new comment.

Sign up or log in to comment