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

README Segmentation Usage fixes #10298

Merged
merged 1 commit into from
Nov 26, 2022
Merged

README Segmentation Usage fixes #10298

merged 1 commit into from
Nov 26, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Nov 26, 2022

Fixes per #10288

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

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Update training and validation commands in YOLOv5 documentation.

πŸ“Š Key Changes

  • Adjusted command lines for single and multi-GPU segmentation training.
  • Updated the dataset used for validation from ImageNet-1k to COCO.

🎯 Purpose & Impact

  • 🎯 Command line simplification: The removal of the --model argument simplifies the training command, potentially reducing confusion when initiating training sessions.
  • πŸ” Improved clarity: Changing the validation dataset info ensures users are accurately informed about the dataset they will be working with, leading to more relevant validation metrics.
  • βœ… Enhanced usability: These updates in the README file make the repository more user-friendly, enabling both new and existing users to better understand how to train and validate their segmentation models with YOLOv5.

Fixes per #10288

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.

Documentation issue? segmentation train example uses --model instead of --cfg
1 participant