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

feat: Added first draft of YOLOv2 #22

Merged
merged 17 commits into from
May 1, 2020
Merged

feat: Added first draft of YOLOv2 #22

merged 17 commits into from
May 1, 2020

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    66dc95d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbf8166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af02c22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c12536d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77dfe4f View commit details
    Browse the repository at this point in the history
  6. chore: Updated package import

    frgfm committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    f434cb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f18ddc View commit details
    Browse the repository at this point in the history
  8. test: Added unittest for YOLOv2

    frgfm committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    a9491ad View commit details
    Browse the repository at this point in the history
  9. style: Fixed lint

    frgfm committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    9eee09d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. docs: Added forward docstring

    frgfm committed May 1, 2020
    Configuration menu
    Copy the full SHA
    e61af47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3562c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ae05e6 View commit details
    Browse the repository at this point in the history
  4. fix: Fixed head initialization

    frgfm committed May 1, 2020
    Configuration menu
    Copy the full SHA
    03c5420 View commit details
    Browse the repository at this point in the history
  5. fix: Fixed loss computation

    frgfm committed May 1, 2020
    Configuration menu
    Copy the full SHA
    d5df3c0 View commit details
    Browse the repository at this point in the history
  6. fix: Fixed post-processing

    frgfm committed May 1, 2020
    Configuration menu
    Copy the full SHA
    8c58415 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7dfcd27 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76da1d0 View commit details
    Browse the repository at this point in the history