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

Fix OpenVINO Usage example #9874

Merged
merged 2 commits into from
Oct 20, 2022
Merged

Fix OpenVINO Usage example #9874

merged 2 commits into from
Oct 20, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Oct 20, 2022

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Ultralytics YOLOv5 updates model naming convention for OpenVINO format.

πŸ“Š Key Changes

  • Renamed model files from yolov5s-cls.xml to yolov5s-cls_openvino_model for clarity in classifier prediction, validation, and export scripts.
  • Updated model file name from yolov5s.xml to yolov5s_openvino_model in detection and validation scripts.
  • Made a typo correction in models/common.py from _openvino_model to _paddle_model for PaddlePaddle models.
  • Adjusted seg-val script syntax for consistency (though it seemed to be a reverted change).

🎯 Purpose & Impact

  • 🧐 Enhances clarity of model file naming for better user understanding.
  • πŸš€ Facilitates smoother model identification and manipulation for workflows integrating OpenVINO.
  • πŸ›  Fixes a typo, ensuring accurate references for PaddlePaddle models and preventing user confusion.
  • πŸ’Ό Minor script correction contributes to codebase neatness, though with no direct user impact.

@glenn-jocher glenn-jocher self-assigned this Oct 20, 2022
@glenn-jocher glenn-jocher merged commit 3b1a9d2 into master Oct 20, 2022
@glenn-jocher glenn-jocher deleted the openvino_usage branch October 20, 2022 17:54
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

1 participant