-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
Add type for train
arguments
#18221
Add type for train
arguments
#18221
Conversation
π Hello @RizwanMunawar, thank you for submitting an
For more guidance, please refer to our Contributing Guide. Donβt hesitate to leave a comment if you have any questions. Thank you for contributing to Ultralytics! π This is an automated response, but rest assured, an Ultralytics engineer will review your request soon. π |
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #18221 +/- ##
==========================================
- Coverage 73.97% 73.97% -0.01%
==========================================
Files 128 128
Lines 17138 17138
==========================================
- Hits 12678 12677 -1
- Misses 4460 4461 +1
Flags with carried forward coverage won't be shown. Click here to find out more. β View full report in Codecov by Sentry. |
@RizwanMunawar great improvement! Can you check the other main tables and add missing types to those also if applicable? |
Co-authored-by: UltralyticsAssistant <[email protected]> Co-authored-by: Glenn Jocher <[email protected]>
@glenn-jocher Hi, this PR adds type annotations for each
train
argument. We already have the types for thepredict
,export
, andtrack
arguments, buttrain
was missing until now. Thank you!π οΈ PR Summary
Made with β€οΈ by Ultralytics Actions
π Summary
Documentation updates improve clarity and accuracy across object counting, region counting, and argument descriptions in Ultralytics YOLO guides.
π Key Changes
Object Counter
toObjectCounter
andRegion Counter
toRegionCounter
for consistency in code examples within object and region counting guides.predict-args.md
andtrain-args.md
:π― Purpose & Impact
These changes make Ultralytics documentation more user-friendly and precise, benefiting both beginners and advanced users. π