-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
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
Fix Chinese README #10465
Fix Chinese README #10465
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Hello @Nioolek, thank you for submitting a YOLOv5 🚀 PR! To allow your work to be integrated as seamlessly as possible, we advise you to:
- ✅ Verify your PR is up-to-date with
ultralytics/yolov5
master
branch. If your PR is behind you can update your code by clicking the 'Update branch' button or by runninggit pull
andgit merge master
locally. - ✅ Verify all YOLOv5 Continuous Integration (CI) checks are passing.
- ✅ Reduce changes to the absolute minimum required for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." — Bruce Lee
@Nioolek thanks for helping out on this. |
Hello, I have finished modifying the document. You can review this PR. |
Disable auto-translation by changing on-push branch to 'translate_readme'. This prevents overwriting of manual fixes. Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
@Nioolek thanks! @Laughing-q could you take a look and let me know if this is good to merge? Thanks! |
@Nioolek @glenn-jocher generally look good! expect there's a tiny issue in the live info part which I point above. It's ready to merge after this part fixed. |
@glenn-jocher @Laughing-q |
@Nioolek thanks! |
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
@Nioolek @Laughing-q PR is merged. Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐ |
Hello,
YOLOv5
has been very popular among Chinese users. However, I found some incomprehensible and mistranslated points in the Chinese document. I will refine this document as much as possible.I haven't finished all the work yet. Please do not merge this PR.
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Update to translation workflow and enhancements in YOLOv5 documentation and segmentation models.
📊 Key Changes
translate_readme
branch rather thanmain
ormaster
.YOLOv5m-seg
andYOLOv5l-seg
models.🎯 Purpose & Impact