Skip to content

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.

1 participant