🌟 Summary
This release standardizes the folder structure for datasets in Ultralytics, making dataset paths more consistent and user-friendly across multiple YAML configuration files. 📁✨
📊 Key Changes
- Updated the version to 8.3.165.
- Unified dataset image paths in all relevant YAML files to follow a consistent structure:
images/train
,images/val
, andimages/test
. - Updated comments to reflect minor changes in dataset download sizes.
🎯 Purpose & Impact
- 🧩 Consistency: All datasets now use the same folder structure, reducing confusion and minimizing setup errors for users.
- 🚀 Ease of Use: Switching between datasets or automating workflows is now simpler, as you no longer need to adjust image paths for different datasets.
- 🛠️ Better Maintenance: This change streamlines future updates and documentation, making Ultralytics more approachable for both new and experienced users.
Overall, this update improves the reliability and usability of dataset management, helping users work more efficiently with Ultralytics models and tools.
What's Changed
ultralytics 8.3.165
Update datasets YAML's by @RizwanMunawar in #21353
Full Changelog: v8.3.164...v8.3.165