Skip to content

Export to support classification type in YOLO11#643

Open
jyrainer wants to merge 2 commits intomarcoslucianops:masterfrom
jyrainer:feature/yolov11-cls-export
Open

Export to support classification type in YOLO11#643
jyrainer wants to merge 2 commits intomarcoslucianops:masterfrom
jyrainer:feature/yolov11-cls-export

Conversation

@jyrainer
Copy link

PR Summary

  • You can export classification models from yolov11

Usage

Detection

(task option is not required)

python export_yolo11.py -w yolo11n.pt --opset 19 --dynamic --task detection

Classification

python export_yolo11.py -w yolo11n-cls.pt  --opset 19 --dynamic --task classification --size 224

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant