ultralytics / ultralytics

NEW - YOLOv8 🚀 in PyTorch > ONNX > OpenVINO > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
23.75k stars 4.74k forks source link

Improve PNNX robustness #11689

Closed glenn-jocher closed 1 week ago

glenn-jocher commented 1 week ago

Improve PNNX robustness

Screenshot 2024-05-06 at 14 59 11

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Improved asset retrieval robustness in Ultralytics exporter.

📊 Key Changes

🎯 Purpose & Impact

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 66.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 70.64%. Comparing base (be6bb2a) to head (2e8107c).

:exclamation: Current head 2e8107c differs from pull request most recent head 03e4976. Consider uploading reports for the commit 03e4976 to get more accurate results

Files Patch % Lines
ultralytics/engine/exporter.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11689 +/- ## =========================================== + Coverage 37.37% 70.64% +33.27% =========================================== Files 122 122 Lines 15590 15591 +1 =========================================== + Hits 5826 11015 +5189 + Misses 9764 4576 -5188 ``` | [Flag](https://app.codecov.io/gh/ultralytics/ultralytics/pull/11689/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/11689/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | `35.62% <66.66%> (?)` | | | [GPU](https://app.codecov.io/gh/ultralytics/ultralytics/pull/11689/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | `37.36% <33.33%> (-0.01%)` | :arrow_down: | | [Tests](https://app.codecov.io/gh/ultralytics/ultralytics/pull/11689/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ultralytics) | `66.73% <33.33%> (?)` | | 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.