Skip to content
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

Dev #12975

Closed
wants to merge 3 commits into from
Closed

Dev #12975

wants to merge 3 commits into from

Conversation

HenryZhuHR
Copy link

@HenryZhuHR HenryZhuHR commented Apr 29, 2024

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

WARNING ⚠️ this PR is very large, summary may not cover all changes.

🌟 Summary (single-line synopsis)

Updated model loading and export functionalities, enhanced multi-backend support, and improved inference efficiency for YOLOv5 models.

📊 Key Changes (bullet points highlighting any major changes)

  • Added handling for various file formats and inference backends (TorchScript, ONNX, TensorFlow, etc.).
  • Improved model compatibility with PyTorch and ONNX versions and added mechanisms for dynamic axis support.
  • Included enhancements and new options for model quantization and optimization to improve inference speed and reduce model size.
  • Introduced updates to various model components and utility functions for streamlined operation and maintenance.

🎯 Purpose & Impact (bullet points explaining any benefits and potential impact to users)

  • Enhanced Compatibility: Users can seamlessly work across different inference backends and benefit from the simplicity of exporting models to a variety of formats.
  • Optimization and Quantization: Provides options for model size reduction and computational efficiency, making it easier to deploy models on resource-constrained devices.
  • Dynamic Axis Support: Allows for more flexible model deployment scenarios by accommodating varying input sizes, thus broadening the range of applications.
  • Improved Maintainability: Updates and refactors improve the codebase's maintainability, making it easier for developers to introduce new features or fix issues.

Copy link
Contributor

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 Hello @HenryZhuHR, 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 running git pull and git 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

@HenryZhuHR HenryZhuHR closed this Apr 29, 2024
@HenryZhuHR HenryZhuHR deleted the dev branch April 29, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants