-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add package-segmentation dataset notebook #26
Conversation
Signed-off-by: Muhammad Rizwan Munawar <[email protected]>
👋 Hello @RizwanMunawar, thank you for submitting your
For more information and guidelines on contributing to Ultralytics, please refer to our Contributing Guide. If you have any questions or run into issues, don’t hesitate to leave a comment here, and one of our engineers will assist you shortly 🚀. Thank you for contributing with this great addition—a step-by-step notebook for using YOLO11 with a package segmentation dataset sounds super exciting! 🙌 |
Signed-off-by: Muhammad Rizwan Munawar <[email protected]>
Signed-off-by: Muhammad Rizwan Munawar <[email protected]>
Signed-off-by: Muhammad Rizwan Munawar <[email protected]>
Signed-off-by: Muhammad Rizwan Munawar <[email protected]>
…ipynb Signed-off-by: Muhammad Rizwan Munawar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RizwanMunawar please remove the hard-coded checkout:
!rm -rf ultralytics
!git clone https://github.com/ultralytics/ultralytics
%cd ultralytics
!git checkout "RizwanMunawar-patch-1"
!pip install -e .
…ipynb Signed-off-by: Muhammad Rizwan Munawar <[email protected]>
…ipynb Signed-off-by: Muhammad Rizwan Munawar <[email protected]>
…ipynb Signed-off-by: Muhammad Rizwan Munawar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to fix later @RizwanMunawar !
Signed-off-by: Muhammad Rizwan Munawar <[email protected]>
🎉 Great news! Your PR has been merged! 🎉 Huge thanks to @RizwanMunawar for leading this and @ambitious-octopus for your valuable contributions. Your enhancements to the object-counting and heatmap notebooks, along with introducing the incredible zone-specific tracking and segmentation tools, are gifts to the community. These updates will empower countless users to unlock new possibilities with YOLO’s capabilities. 🚀 As Marcus Aurelius once said, "What we do now echoes in eternity." Your work isn’t just code—it’s a spark that will inspire innovation in fields from logistics to surveillance, making a tangible impact in the real world. 🌟 Keep shining and thank you for coding with purpose and passion. ❤️ |
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
This PR makes updates to existing object-counting and heatmap-generation notebooks, introduces a new notebook for tracking objects within specific zones using YOLO, and provides another detailed notebook for training YOLO on a package segmentation dataset.
📊 Key Changes
object_counting_output.avi
->counting.avi
andheatmap_output.avi
->heatmap.avi
).🎯 Purpose & Impact
This update brings more structured examples to users and enables more diverse usage of YOLO models for tracking, segmentation, and targeted analysis. 🌟