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

Add YOLOS #16848

Merged
merged 30 commits into from May 2, 2022
Merged

Add YOLOS #16848

merged 30 commits into from May 2, 2022

Commits on May 2, 2022

  1. First draft

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    7a17bf6 View commit details
    Browse the repository at this point in the history
  2. Add YolosForObjectDetection

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    6b2e22e View commit details
    Browse the repository at this point in the history
  3. Make forward pass work

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    4d77008 View commit details
    Browse the repository at this point in the history
  4. Add mid position embeddings

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    563be7b View commit details
    Browse the repository at this point in the history
  5. Add interpolation of position encodings

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    c9aa75b View commit details
    Browse the repository at this point in the history
  6. Add expected values

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    f3aed34 View commit details
    Browse the repository at this point in the history
  7. Add YOLOS to tests

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    ec67166 View commit details
    Browse the repository at this point in the history
  8. Add integration test

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    c8c80d9 View commit details
    Browse the repository at this point in the history
  9. Support tiny model as well

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    d51c09a View commit details
    Browse the repository at this point in the history
  10. Support all models in conversion script

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    bf7ad85 View commit details
    Browse the repository at this point in the history
  11. Remove mid_pe_size attribute

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    a463318 View commit details
    Browse the repository at this point in the history
  12. Make more tests pass

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    39b478c View commit details
    Browse the repository at this point in the history
  13. Add model to README and fix config

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    bf38802 View commit details
    Browse the repository at this point in the history
  14. Add copied from statements

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    992de41 View commit details
    Browse the repository at this point in the history
  15. Rename base_model_prefix to vit

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    f1460c3 View commit details
    Browse the repository at this point in the history
  16. Add missing YOLOS_PRETRAINED_CONFIG_ARCHIVE_MAP

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    86d6e34 View commit details
    Browse the repository at this point in the history
  17. Apply suggestions from code review

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    74ca0c4 View commit details
    Browse the repository at this point in the history
  18. Apply more suggestions from code review

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    c03b734 View commit details
    Browse the repository at this point in the history
  19. Convert remaining checkpoints

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    a7875e8 View commit details
    Browse the repository at this point in the history
  20. Improve docstrings

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    7c2dc6e View commit details
    Browse the repository at this point in the history
  21. Add YolosFeatureExtractor

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    2663957 View commit details
    Browse the repository at this point in the history
  22. Add feature extractor to docs

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    a61626d View commit details
    Browse the repository at this point in the history
  23. Add corresponding tests

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    c31edd6 View commit details
    Browse the repository at this point in the history
  24. Fix style

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    450798d View commit details
    Browse the repository at this point in the history
  25. Fix docs

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    a72165f View commit details
    Browse the repository at this point in the history
  26. Apply suggestion from code review

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    dcc344a View commit details
    Browse the repository at this point in the history
  27. Fix bad rebase

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    daa3a52 View commit details
    Browse the repository at this point in the history
  28. Fix some more bad rebase

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    d923bea View commit details
    Browse the repository at this point in the history
  29. Fix missing character

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    2567f4e View commit details
    Browse the repository at this point in the history
  30. Improve docs and variable names

    Niels Rogge authored and Niels Rogge committed May 2, 2022
    Configuration menu
    Copy the full SHA
    a242ed1 View commit details
    Browse the repository at this point in the history