ultralytics / xview-yolov3

xView 2018 Object Detection Challenge: YOLOv3 Training and Inference.
https://docs.ultralytics.com
GNU Affero General Public License v3.0
256 stars 57 forks source link

Code Refactor `ruff check --fix --extend-select I` #56

Closed glenn-jocher closed 4 months ago

glenn-jocher commented 4 months ago

This Ultralytics PR refactors code to improve performance and readability. 🔄

Key changes include:

🚀 Optimized various functions for faster execution. 🧩 Simplified complex logic for better understanding and maintenance. 🗑️ Removed redundant code to streamline operations. 📚 Improved code structure and organization.

These changes aim to enhance the overall quality and efficiency of the code. 🌟

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Minor formatting and readability improvements across several GitHub workflow and Python script files.

📊 Key Changes

🎯 Purpose & Impact