Skip to content

Duplicate segment verification fix#9225

Merged
glenn-jocher merged 1 commit intomasterfrom
fix/duplicate_segments
Aug 30, 2022
Merged

Duplicate segment verification fix#9225
glenn-jocher merged 1 commit intomasterfrom
fix/duplicate_segments

Conversation

@glenn-jocher
Copy link
Copy Markdown
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
Copy Markdown
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.

1 participant