Just wanted to know if this is suitable for yolo11 #1736
Answered
by
wkentaro
Raj2032
asked this question in
Q&A / Help
-
|
I don't know if this is made for yolo11 or not could you please advise me? |
Beta Was this translation helpful? Give feedback.
Answered by
wkentaro
Jan 13, 2026
Replies: 1 comment
-
|
Yes, YOLO11 is just a model, so it should be agnostic to the annotation format you use. (i.e Labelme annotation format supports almost any vision models) as long as the training frameworks of your choice supports. That said, popular training frameworks for YOLO models (e.g ultralytics) uses "YOLO" format, and Labelme json file can be converted to that. (Do it yourself, or Labelme official version https://labelme.io/docs/export-to-yolo) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wkentaro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, YOLO11 is just a model, so it should be agnostic to the annotation format you use. (i.e Labelme annotation format supports almost any vision models) as long as the training frameworks of your choice supports.
That said, popular training frameworks for YOLO models (e.g ultralytics) uses "YOLO" format, and Labelme json file can be converted to that. (Do it yourself, or Labelme official version https://labelme.io/docs/export-to-yolo)