Skip to content

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.

1 participant