-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
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 random_perspective
param bug in segment
#9512
Conversation
Signed-off-by: FeiGeChuanShu <[email protected]>
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 @FeiGeChuanShu, 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
@FeiGeChuanShu I'm not sure if this should be commented. Can you present some before and after results on COCO128 from this PR? |
@FeiGeChuanShu ah yes you are correct, the argument doesn't exist in the function. |
for more information, see https://pre-commit.ci
random_perspective
param bug in segment
@FeiGeChuanShu PR is merged. Thank you for your contributions to YOLOv5 π and Vision AI β |
π οΈ PR Summary
Made with β€οΈ by Ultralytics Actions
π Summary
Optimization of data augmentation in image and segmentation label processing.
π Key Changes
random_perspective
function by reformatting the arguments to be more succinct.π― Purpose & Impact