Closed RizwanMunawar closed 1 week ago
π Hello @RizwanMunawar, thank you for opening this ultralytics/ultralytics
π pull request! This is an automated response to assist you in ensuring a smooth contribution process. An Ultralytics engineer will review your PR soon. In the meantime, please review the following checklist to streamline integration:
main
branch of ultralytics/ultralytics
. If it is not up to date, you can click the 'Update branch' button or manually run git pull
and git merge main
locally.results.py
, be sure you've validated their consistency and correctness across related sections. Check the documentation references align with your changes.results.py
behave as described when working with typical model
outputs. For more detailed contribution guidance, see our Contributing Guide.
Thank you for helping improve Ultralytics! π If you have any questions, don't hesitate to leave a comment. π
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 73.11%. Comparing base (
46d155a
) to head (2908dd9
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@RizwanMunawar good improvments! I'm a little unclear on the continuation line syntax but I think we need to use ... on both lines in the for loop or just keep using >>> for all the lines?
@glenn-jocher ok let's continue with >>> for all lines!
π Amazing work, @RizwanMunawar and @glenn-jocher! Your contributions to this PR truly embody the spirit of collaboration and excellence. β¨
As Albert Einstein once said, "Strive not to be a success, but rather to be of value." This update adds immense value by improving clarity and accessibility for our communityβhelping developers, both new and experienced, navigate the results.py
module with ease.
Thank you for your attention to detail and dedication to enhancing the Ultralytics experience. π Your efforts make a lasting impact, and we're truly grateful! π
@glenn-jocher
π οΈ PR Summary
Made with β€οΈ by Ultralytics Actions
π Summary
Improved code examples in the
results.py
module for consistent indentation and clarity across result usage workflows.π Key Changes
plot
,show
,save
,summary
,to_df
,to_csv
,to_json
,to_xml
, and more.π― Purpose & Impact
π€ Overall, this update streamlines the user experience and fosters better understanding of the API examples.