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 ViTPose #30530

Open
wants to merge 58 commits into
base: main
Choose a base branch
from
Open

Commits on May 25, 2022

  1. First draft

    NielsRogge committed May 25, 2022
    Configuration menu
    Copy the full SHA
    03e4321 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Make fixup

    Niels Rogge committed May 26, 2022
    Configuration menu
    Copy the full SHA
    84ac7fe View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Make forward pass worké

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

Commits on Jun 2, 2022

  1. Improve code

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

Commits on Apr 15, 2024

  1. Fix merge

    NielsRogge committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3009a8a View commit details
    Browse the repository at this point in the history
  2. More improvements

    NielsRogge committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8f39773 View commit details
    Browse the repository at this point in the history
  3. More improvements

    NielsRogge committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    067f593 View commit details
    Browse the repository at this point in the history
  4. Make predictions match

    NielsRogge committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7360c22 View commit details
    Browse the repository at this point in the history
  5. More improvements

    NielsRogge committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a1b154a View commit details
    Browse the repository at this point in the history
  6. Improve image processor

    NielsRogge committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4bd07c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Fix model tests

    NielsRogge committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    44f694a View commit details
    Browse the repository at this point in the history
  2. Add classic decoder

    NielsRogge committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    41c1778 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    1773f8d View commit details
    Browse the repository at this point in the history
  2. Convert classic decoder

    NielsRogge committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    ceb3d3c View commit details
    Browse the repository at this point in the history
  3. Verify image processor

    NielsRogge committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    fedf2cc View commit details
    Browse the repository at this point in the history
  4. Fix classic decoder logits

    NielsRogge committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    38dedcd View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Clean up

    NielsRogge committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4cdbc03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95aae6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2531c19 View commit details
    Browse the repository at this point in the history
  4. Use AutoBackbone

    NielsRogge committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e06d678 View commit details
    Browse the repository at this point in the history
  5. Add support for MoE models

    NielsRogge committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c4a7df1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b09592c View commit details
    Browse the repository at this point in the history
  7. Improve variable names

    NielsRogge committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    04930ec View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Fix merge

    NielsRogge committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3432448 View commit details
    Browse the repository at this point in the history
  2. Make fixup

    NielsRogge committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    676aa5c View commit details
    Browse the repository at this point in the history
  3. More improvements

    NielsRogge committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    547d0da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4435fd6 View commit details
    Browse the repository at this point in the history
  5. Compute centers and scales

    NielsRogge committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    db0e72b View commit details
    Browse the repository at this point in the history
  6. Improve postprocessing

    NielsRogge committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    027100d View commit details
    Browse the repository at this point in the history
  7. More improvements

    NielsRogge committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    fc8e5e0 View commit details
    Browse the repository at this point in the history
  8. Fix ViTPoseBackbone tests

    NielsRogge committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6e7afac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8888c15 View commit details
    Browse the repository at this point in the history
  10. Update index

    NielsRogge committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    0290de5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Use is_cv2_available

    NielsRogge committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d33cb01 View commit details
    Browse the repository at this point in the history
  2. Add model to toctree

    NielsRogge committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6af97a9 View commit details
    Browse the repository at this point in the history
  3. Add cv2 to doc tests

    NielsRogge committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c4ccdb6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Fix merge

    NielsRogge committed May 6, 2024
    Configuration menu
    Copy the full SHA
    3eb3865 View commit details
    Browse the repository at this point in the history
  2. Remove script

    NielsRogge committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e09aa53 View commit details
    Browse the repository at this point in the history
  3. Improve conversion script

    NielsRogge committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2203538 View commit details
    Browse the repository at this point in the history
  4. Add coco_to_pascal_voc

    NielsRogge committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ee5f191 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcd4401 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Update tests

    NielsRogge committed May 8, 2024
    Configuration menu
    Copy the full SHA
    97a0e09 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Add integration test

    NielsRogge committed May 11, 2024
    Configuration menu
    Copy the full SHA
    d579009 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Fix merge

    NielsRogge committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4cfa299 View commit details
    Browse the repository at this point in the history
  2. Fix merge

    NielsRogge committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9b8b4d1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Address comments

    NielsRogge committed May 22, 2024
    Configuration menu
    Copy the full SHA
    13ee55f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b22ef8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4873d38 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Address comments

    NielsRogge committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b32c1aa View commit details
    Browse the repository at this point in the history
  2. Move coco_to_pascal_voc

    NielsRogge committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1a16aa6 View commit details
    Browse the repository at this point in the history
  3. Address comment

    NielsRogge committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b84f23c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Fix style

    NielsRogge committed May 27, 2024
    Configuration menu
    Copy the full SHA
    20c44b9 View commit details
    Browse the repository at this point in the history
  2. Address comments

    NielsRogge committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7aedeff View commit details
    Browse the repository at this point in the history
  3. Fix test

    NielsRogge committed May 27, 2024
    Configuration menu
    Copy the full SHA
    65ee995 View commit details
    Browse the repository at this point in the history
  4. Address comment

    NielsRogge committed May 27, 2024
    Configuration menu
    Copy the full SHA
    f75119a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    d761e81 View commit details
    Browse the repository at this point in the history
  2. Remove udp

    NielsRogge committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8588a0c View commit details
    Browse the repository at this point in the history
  3. Remove comment

    NielsRogge committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6238277 View commit details
    Browse the repository at this point in the history