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

Fixing onnx and Tensorflow versionsm for Jetson #11377

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

abuod0
Copy link
Contributor

@abuod0 abuod0 commented Apr 17, 2023

πŸ€– Generated by Copilot at fcba53d

Summary

Walkthrough

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Adjustments to deep learning model export dependencies in YOLOv5.

πŸ“Š Key Changes

  • Lowered minimum required version for ONNX export from 1.12.0 to 1.10.0
  • Lowered minimum required version for TensorFlow export from 2.4.1 to 2.4.0

🎯 Purpose & Impact

  • πŸ“‰ Broader Compatibility: Users can now export YOLOv5 models to ONNX and TensorFlow formats with older versions of these libraries, increasing compatibility with environments where updating libraries isn't straightforward.
  • πŸ”— Easier Integration: Lowering version requirements helps in integrating YOLOv5 into legacy systems, reducing the necessity for newer, potentially disruptive versions.
  • πŸš€ Potential Increase in Adoption: More flexible requirements could lead to a broader adoption of YOLOv5 across various platforms and use cases.

Signed-off-by: abuod0 <97100904+abuod0@users.noreply.github.com>
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 @abuod0, 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

@glenn-jocher glenn-jocher merged commit 4408d02 into ultralytics:master Apr 18, 2023
@glenn-jocher
Copy link
Member

@abuod0 looks good, thanks for the PR!

bandakopi pushed a commit to irajcode/yolov5 that referenced this pull request Jul 20, 2023
Signed-off-by: abuod0 <97100904+abuod0@users.noreply.github.com>
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.

2 participants