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 xView dataloaders import #9807

Merged
merged 1 commit into from
Oct 14, 2022
Merged

Fix xView dataloaders import #9807

merged 1 commit into from
Oct 14, 2022

Conversation

glenn-jocher
Copy link
Member

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

May resolve #5469

Signed-off-by: Glenn Jocher glenn.jocher@ultralytics.com

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Improved data handling in the YOLOv5 codebase by updating a utility module reference.

πŸ“Š Key Changes

  • Updated the import statement of the autosplit function within the xView dataset configuration file.
  • The autosplit function import path changed from utils.datasets to utils.dataloaders.

🎯 Purpose & Impact

  • This change ensures that the autosplit function is correctly imported from its current location, indicating a refactor where utilities may have been reorganized for better code structure.
  • Potential impacts include smoother dataset processing when using the xView dataset with YOLOv5, and preventing any import errors that could arise from the old path.
  • Users can expect more organized code and possibly more efficient data preprocessing with this internal update. πŸ”„

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
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.

xView.yaml label category mapping with YOLO has problem with id=75
1 participant