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

Duplicate segment verification fix #9225

Merged
merged 1 commit into from
Aug 30, 2022
Merged

Conversation

glenn-jocher
Copy link
Member

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

Solution by @Laughing-q to resolve duplicate segment verification bug in #9052 (comment)

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

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Improved handling of duplicate segment labels in data loading.

πŸ“Š Key Changes

  • A fix to the data loader script (utils/dataloaders.py) that ensures duplicate segment labels are correctly removed from the dataset.

🎯 Purpose & Impact

  • 🎯 Purpose: To prevent potential issues caused by duplicate labels during training, which could affect model performance.
  • πŸ” Impact: Users will experience more reliable training sessions with datasets containing segment labels, leading to potentially higher model accuracy and stability. πŸš€

Solution by @Laughing-q  to resolve duplicate segment verification bug in #9052 (comment)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
@glenn-jocher glenn-jocher self-assigned this Aug 30, 2022
@glenn-jocher glenn-jocher merged commit 5fb267f into master Aug 30, 2022
@glenn-jocher glenn-jocher deleted the fix/duplicate_segments branch August 30, 2022 11:40
@glenn-jocher
Copy link
Member Author

@Laughing-q PR is merged. Thank you for your contributions to YOLOv5 πŸš€ and Vision AI ⭐

ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
Solution by @Laughing-q  to resolve duplicate segment verification bug in ultralytics#9052 (comment)

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

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.

None yet

1 participant