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

HUB VOC fix #9792

Merged
merged 1 commit into from
Oct 13, 2022
Merged

HUB VOC fix #9792

merged 1 commit into from
Oct 13, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Oct 13, 2022

Signed-off-by: Glenn Jocher [email protected]

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhancing dataset path resolution and storage in YOLOv5.

πŸ“Š Key Changes

  • Dataset paths are now made absolute and updated in the data dictionary.
  • This update affects how the path key is managed within the function check_dataset.

🎯 Purpose & Impact

  • 🧭 Improved Path Handling: The code ensures dataset paths are absolute, thereby increasing robustness in path management.
  • πŸ’Ύ Consistent Data Storage: By updating the data dictionary with the absolute path, other parts of the program that access this information can do so more consistently.
  • πŸ‘₯ User Benefit: Users will experience fewer issues related to relative paths, making the usage of datasets more straightforward and error-free.

Signed-off-by: Glenn Jocher <[email protected]>
@glenn-jocher glenn-jocher self-assigned this Oct 13, 2022
@glenn-jocher glenn-jocher merged commit 16f87bb into master Oct 13, 2022
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-2 branch October 13, 2022 00:32
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.

None yet

1 participant