-
-
Notifications
You must be signed in to change notification settings - Fork 37
Add blog badge for object counting in zones topic
#77
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
Conversation
Signed-off-by: Muhammad Rizwan Munawar <muhammadrizwanmunawar123@gmail.com>
|
👋 Hello @RizwanMunawar, thank you for submitting an
For more guidance, please refer to our Contributing Guide. Don’t hesitate to leave a comment if you have any questions. Thank you for contributing to Ultralytics! 🚀📚 |
|
@onuralpszr Hi, I think this one is missing your approval. Can you please take a look when you get some time? Thank you. |
Signed-off-by: Muhammad Rizwan Munawar <muhammadrizwanmunawar123@gmail.com>
UltralyticsAssistant
left a comment
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.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
Overall the PR cleanly adds the new Ultralytics Blog link for the "Track Objects in a Zone" notebook to both README and docs metadata. The main actionable fix is to correct the YAML indentation of the new blog field in docs/notebooks-data.yml so it aligns with the other keys in that notebook entry. Additionally, consider minimizing manual formatting changes to the auto-generated README table to reduce the risk of drift from the YAML source.
💬 Posted 3 inline comments
| - title: "Track Objects in a Zone using Ultralytics YOLO" | ||
| file: "notebooks/how-to-track-the-objects-in-zone-using-ultralytics-yolo.ipynb" | ||
| youtube: "https://youtu.be/SMSJvjUG1ko" | ||
| blog: "https://www.ultralytics.com/blog/region-based-object-counting-using-ultralytics-yolo11" |
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.
💡 MEDIUM: YAML indentation for blog is inconsistent with the surrounding keys under the same notebook item. This can cause parsing issues or the blog field to be treated at the wrong level. Align it with file, youtube, and documentation to keep the structure valid and consistent.
Suggested change:
| blog: "https://www.ultralytics.com/blog/region-based-object-counting-using-ultralytics-yolo11" | |
| blog: "https://www.ultralytics.com/blog/region-based-object-counting-using-ultralytics-yolo11" |
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Adds an Ultralytics Blog link to the “Track Objects in a Zone using Ultralytics YOLO” notebook across README and docs to improve learnability and navigation. 🧭✨
📊 Key Changes
docs/notebooks-data.yml) to include the same blog link for consistent surfacing in site-generated pages.🎯 Purpose & Impact