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

Fix --source 'path/*.jpg' glob example #8927

Merged
merged 3 commits into from
Aug 10, 2022
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Aug 10, 2022

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Improved documentation for path specifications in yolov5.

πŸ“Š Key Changes

  • Enclosed the path pattern *.jpg with single quotes in README files and notebook tutorial.
  • Ensured there is a newline at the end of the tutorial.ipynb file.

🎯 Purpose & Impact

  • πŸ“ Enhances clarity in documentation, making it explicit that glob patterns should be quoted to prevent shell interpretation issues.
  • 🐞 Fixes potentially unintended behaviors when users input file paths, leading to a smoother user experience.
  • 🧹 Minor file formatting improvement for code consistency and standards compliance.

@glenn-jocher glenn-jocher self-assigned this Aug 10, 2022
@glenn-jocher glenn-jocher merged commit 259e055 into master Aug 10, 2022
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch August 10, 2022 19:53
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
* Fix `--source 'path/*.jpg'` glob example

* Update README_cn.md

* Update tutorial.ipynb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant