-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yolo multilabel #17809
base: main
Are you sure you want to change the base?
Yolo multilabel #17809
Conversation
All Contributors have signed the CLA. ✅ |
👋 Hello @Danil328, thank you for submitting a
For further guidance, please check out the Ultralytics Contributing Guide. Please note, this is an automated response 🛠️. An Ultralytics engineer will carefully review your PR soon. If you have additional questions or require clarification, feel free to comment below. Thank you for contributing to Ultralytics! 🚀 |
I have read the CLA Document and I sign the CLA |
Is there any progress on this work? Can it be used? grateful |
Thank you for your interest in this work! As the PR is marked NOT FOR MERGE, it is currently not part of the official Ultralytics repository and cannot be directly used. However, you can monitor any updates or discussions on the PR in the repository. If multi-label support is officially integrated in the future, it will be announced in the release notes. |
YOLO fair multilabel.
NOT FOR MERGE
The idea was as follows:
Training starts, metrics converge, the only thing is that the model prediction after NSM from the multi-label format is turned back into the multi-class format.
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
This PR introduces support for multi-label object detection in YOLO, enhancing the flexibility and accuracy of the model in handling datasets where objects may belong to multiple classes simultaneously.
📊 Key Changes
multilabel
option in the configuration file (default.yaml
) to enable multi-label classification.YOLOMultilabelDataset
to handle multi-label datasets effectively.🎯 Purpose & Impact