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

Support upstream yolov5 P6 models #196

Merged
merged 49 commits into from
Oct 16, 2021
Merged

Support upstream yolov5 P6 models #196

merged 49 commits into from
Oct 16, 2021

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    17226cc View commit details
    Browse the repository at this point in the history
  2. Introduce LastLevelP6 in PAN

    zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    4dd15cd View commit details
    Browse the repository at this point in the history
  3. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    3e72cc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18d2b3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30ebfc9 View commit details
    Browse the repository at this point in the history
  6. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    83a8e73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7e86df View commit details
    Browse the repository at this point in the history
  8. Fixing linter

    zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    1a05111 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c86f72 View commit details
    Browse the repository at this point in the history
  10. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    7b378f1 View commit details
    Browse the repository at this point in the history
  11. Fixing linters

    zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    adb2a67 View commit details
    Browse the repository at this point in the history
  12. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    7bb327e View commit details
    Browse the repository at this point in the history
  13. Remove unused codes

    zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    869c5fa View commit details
    Browse the repository at this point in the history
  14. Minor refactoring

    zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    0793f2a View commit details
    Browse the repository at this point in the history
  15. Add IntermediateLevelP6 back

    zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    7606906 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fa21c73 View commit details
    Browse the repository at this point in the history
  17. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    cb08644 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2967e90 View commit details
    Browse the repository at this point in the history
  19. Refactor the forward of PAN

    zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    48fe4a8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    aef77d8 View commit details
    Browse the repository at this point in the history
  21. Fixing linter

    zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    76b6a25 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    dcd0838 View commit details
    Browse the repository at this point in the history
  23. Rename to height and width

    zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    dfeff06 View commit details
    Browse the repository at this point in the history
  24. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    fe0da1b View commit details
    Browse the repository at this point in the history
  25. Adapting to P6 in unit-test

    zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    e761fcf View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    478ee19 View commit details
    Browse the repository at this point in the history
  27. Get strides in yolov5

    zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    c1bec44 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5ffcbd8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9c71556 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    99f36dc View commit details
    Browse the repository at this point in the history
  31. Minor fixes

    zhiqwang committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    d5cc452 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d981d56 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    d3a41a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdb5774 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b38490 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2cfc5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0761eb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ba19aa View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Fixing ImprotError

    zhiqwang committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    b96855e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb15cfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e16b60f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa20ca6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1eff5c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da3c1cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71fa624 View commit details
    Browse the repository at this point in the history
  8. Adding yolov5n6 and yolov5m6

    zhiqwang committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    5de5ce0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b85c20e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32d4de0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    233a788 View commit details
    Browse the repository at this point in the history