Add blog badge for object counting in zones topic#77
Add blog badge for object counting in zones topic#77RizwanMunawar wants to merge 6 commits intomainfrom
zones topic#77Conversation
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.
🔍 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.
💡 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