Skip to content
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

COCO8-multitask dataset for the Multitask Model #532

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

stedavkle
Copy link

@stedavkle stedavkle commented Jan 12, 2024

I added a dataset in a new YOLO multitask format. This is an evaluation dataset for the model developed by me that combines the segmentation and keypoint detection tasks in one head.
See #6949 on the ultralytics repo.
Documentation
I have read the CLA Document and I hereby sign the CLA

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

📊 Key Changes

  • A new multitask dataset, COCO8-multitask, was added. This dataset is a subset of the larger COCO dataset, containing 8 images.
  • The dataset includes separate sets of four training and four validation images, along with respective annotations for various tasks (e.g., object detection, keypoints).
  • YAML configuration file for the dataset was added to define paths, classes, keypoints, as well as train/validation splits.

🎯 Purpose & Impact

  • The purpose of this dataset is to provide a manageable size for testing and debugging of multitask models, as well as for experimenting with new detection approaches.
  • This dataset may serve as a sanity check for developers before they progress to train models on larger datasets, thus potentially saving time and resources.

🌟 Summary

The new COCO8-multitask dataset has been introduced to aid in quick testing and experimentation, featuring a carefully selected set of images and annotations for multitask learning.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 Hello @stedavkle, thank you for submitting a YOLO 🚀 PR! To allow your work to be integrated as seamlessly as possible, we advise you to:

  • ✅ Verify your PR is up-to-date with ultralytics/hub master branch. If your PR is behind you can update your code by clicking the 'Update branch' button or by running git pull and git merge main locally.
  • ✅ Verify all Continuous Integration (CI) checks are passing.
  • ✅ Update Docs for any new or updated features.
  • ✅ Reduce changes to the absolute minimum required for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." — Bruce Lee

See our Contributing Guide for details and let us know if you have any questions!

@UltralyticsAssistant
Copy link
Member

@stedavkle hello!

Thank you for your contribution to the YOLO community with your multitask dataset! It's great to see innovations like yours that extend the capabilities of models to handle multiple tasks simultaneously. 🌟

For those interested in the multitask model and dataset, please refer to the original issue and documentation provided by the contributor in the Ultralytics repository.

If you have any specific questions or need support regarding the Ultralytics HUB, feel free to consult our documentation at https://docs.ultralytics.com/hub or reach out here with your queries.

Keep up the fantastic work, and thank you for being a part of the YOLO and Ultralytics community! 🚀

@pderrenger pderrenger added the documentation Improvements or additions to documentation label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants