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 implementation of YOLOv1 #23

Merged
merged 8 commits into from
May 2, 2020
Merged

feat: Added implementation of YOLOv1 #23

merged 8 commits into from
May 2, 2020

Commits on May 2, 2020

  1. Configuration menu
    Copy the full SHA
    df635f9 View commit details
    Browse the repository at this point in the history
  2. test: Added test for darknet24

    frgfm committed May 2, 2020
    Configuration menu
    Copy the full SHA
    32cb427 View commit details
    Browse the repository at this point in the history
  3. fix: Fixed DarknetV1

    Stem conv was not padded properly
    frgfm committed May 2, 2020
    Configuration menu
    Copy the full SHA
    d0fc1df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51aabfb View commit details
    Browse the repository at this point in the history
  5. test: Added test for YOLOv1

    frgfm committed May 2, 2020
    Configuration menu
    Copy the full SHA
    04b5501 View commit details
    Browse the repository at this point in the history
  6. style: Fixed lint

    frgfm committed May 2, 2020
    Configuration menu
    Copy the full SHA
    9a7246d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc398a4 View commit details
    Browse the repository at this point in the history
  8. style: Removed legacy return

    frgfm committed May 2, 2020
    Configuration menu
    Copy the full SHA
    c9c7138 View commit details
    Browse the repository at this point in the history