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

Adding YOLOFastestV1 full model except loss #472

Draft
wants to merge 12 commits into
base: dev
Choose a base branch
from

Commits on Jun 24, 2024

  1. Add yolo-fastest-v1 config

    hglee98 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0616c5e View commit details
    Browse the repository at this point in the history
  2. [refactor] SeparableConvLayer

    hglee98 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    883268a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c314ca View commit details
    Browse the repository at this point in the history
  4. [feat] Implement DarkNet

    hglee98 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    65f4674 View commit details
    Browse the repository at this point in the history
  5. init darknet

    hglee98 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    17b8d77 View commit details
    Browse the repository at this point in the history
  6. init yolov3fpn

    hglee98 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ce25e60 View commit details
    Browse the repository at this point in the history
  7. [feat] implement yolov3fpn

    hglee98 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9ab837b View commit details
    Browse the repository at this point in the history
  8. init yolo_fastest_head

    hglee98 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    12be4be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c889b95 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    50a164c View commit details
    Browse the repository at this point in the history
  11. Register PostProcessor

    hglee98 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    44638e4 View commit details
    Browse the repository at this point in the history
  12. Register ReLU6 activation

    hglee98 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7bfa252 View commit details
    Browse the repository at this point in the history