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

Added cutout import from utils/augmentations.py to use Cutout Aug in … #9668

Merged
merged 2 commits into from
Oct 1, 2022
Merged

Added cutout import from utils/augmentations.py to use Cutout Aug in … #9668

merged 2 commits into from
Oct 1, 2022

Conversation

senhorinfinito
Copy link
Contributor

@senhorinfinito senhorinfinito commented Oct 1, 2022

…data loader by un-commenting line 679, 680, 681

#9669

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Augmentation update in data loaders with the inclusion of the 'cutout' technique.

📊 Key Changes

  • Added the cutout image augmentation method to the list of augmentations in dataloaders.py.
  • Removed an older augmentation method (not specified in the diff) from the same list.

🎯 Purpose & Impact

  • 🔄 Enhanced Training Variety: The addition of cutout can improve model robustness by artificially creating occlusion scenarios.
  • 🔍 Improved Generalization: Models might generalize better to new, unseen images due to the increased diversity in training data.
  • 📈 Potential Accuracy Boost: Users may observe a positive impact on the accuracy of their trained models in certain tasks.

@glenn-jocher glenn-jocher merged commit 8a19437 into ultralytics:master Oct 1, 2022
@glenn-jocher
Copy link
Member

@senhorinfinito PR is merged. Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐

@senhorinfinito senhorinfinito deleted the import_correction branch October 1, 2022 15:30
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

2 participants