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

Refactor YOLOv5 code for readability, maintainability, and efficiency #13117

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    2211ef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    112c6a9 View commit details
    Browse the repository at this point in the history
  3. Implement YOLOv5 model with training pipeline - Add core YOLOv5 archi…

    …tecture (Conv, Bottleneck, C3, SPPF, Detect) - Implement custom loss function (YOLOLoss) - Add utility functions (bbox_iou, non_max_suppression, xywh2xyxy) - Create basic training loop and data loading structure - Set up main function with argument parsing for easy execution
    sanowl committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0efe293 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'refactor/yolov5-improvements' of https://github.com/san…

    …owl/yolov5 into refactor/yolov5-improvements
    sanowl committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    434471f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76f541d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    b12fb20 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    ae2a80e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aa84bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39d03a0 View commit details
    Browse the repository at this point in the history