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 32 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

Commits on Jul 5, 2024

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

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    d9a422b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28a52f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a09cdd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

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

Commits on Jul 13, 2024

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

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    9572b66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0610e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    3cbdaf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc83795 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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

Commits on Jul 23, 2024

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

Commits on Jul 25, 2024

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

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    70b2059 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    388fde8 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

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

Commits on Aug 14, 2024

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

Commits on Aug 19, 2024

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

Commits on Aug 20, 2024

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

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    b16c12c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ed15c7 View commit details
    Browse the repository at this point in the history