ultralytics / ultralytics

NEW - YOLOv8 πŸš€ in PyTorch > ONNX > OpenVINO > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
24.46k stars 4.86k forks source link

Update notebooks and solutions 8.2.18 #12796

Closed RizwanMunawar closed 2 weeks ago

RizwanMunawar commented 2 weeks ago

@glenn-jocher I have updated both notebooks (object counting and heatmaps). Object tracking notebook does not require any changes.

FYI, I have not changed any design or comments in notebooks, except the code lines that was required to be changed. I have also performed testing of notebooks and these are working fine. Thanks :)

Note: PYPI package was not publish in last PR, so added that, not sure If that will work :)

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Simplification and Enhancement of Heatmap and Object Counting Examples πŸš€

πŸ“Š Key Changes

🎯 Purpose & Impact

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.93%. Comparing base (fceea03) to head (bf0104a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12796 +/- ## ======================================= Coverage 70.93% 70.93% ======================================= Files 123 123 Lines 15563 15563 ======================================= Hits 11039 11039 Misses 4524 4524 ``` | [Flag](https://app.codecov.io/gh/ultralytics/ultralytics/pull/12796/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | Coverage Ξ” | | |---|---|---| | [Benchmarks](https://app.codecov.io/gh/ultralytics/ultralytics/pull/12796/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | `35.66% <100.00%> (ΓΈ)` | | | [GPU](https://app.codecov.io/gh/ultralytics/ultralytics/pull/12796/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | `37.46% <100.00%> (+0.01%)` | :arrow_up: | | [Tests](https://app.codecov.io/gh/ultralytics/ultralytics/pull/12796/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | `66.97% <100.00%> (-0.09%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

glenn-jocher commented 2 weeks ago

@RizwanMunawar thanks for the updates! Since it's hard for me to update your fork directly I'm merging into a local branch and updating there :)