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 CLIPSeg #20066

Merged
merged 47 commits into from Nov 8, 2022
Merged

Add CLIPSeg #20066

merged 47 commits into from Nov 8, 2022

Commits on Nov 7, 2022

  1. Add first draft

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a74eed8 View commit details
    Browse the repository at this point in the history
  2. Update conversion script

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b7dd5ad View commit details
    Browse the repository at this point in the history
  3. Improve conversion script

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8d03901 View commit details
    Browse the repository at this point in the history
  4. Improve conversion script some more

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1053fae View commit details
    Browse the repository at this point in the history
  5. Add conditional embeddings

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    801be5f View commit details
    Browse the repository at this point in the history
  6. Add initial decoder

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e0007f2 View commit details
    Browse the repository at this point in the history
  7. Fix activation function of decoder

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ca7f092 View commit details
    Browse the repository at this point in the history
  8. Make decoder outputs match original implementation

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    346246e View commit details
    Browse the repository at this point in the history
  9. Make decoder outputs match original implementation

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8eac500 View commit details
    Browse the repository at this point in the history
  10. Add more copied from statements

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7244954 View commit details
    Browse the repository at this point in the history
  11. Improve model outputs

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    38239ec View commit details
    Browse the repository at this point in the history
  12. Fix auto tokenizer file

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0d94e8f View commit details
    Browse the repository at this point in the history
  13. Fix more tests

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    bdf01aa View commit details
    Browse the repository at this point in the history
  14. Add test

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    cbe5742 View commit details
    Browse the repository at this point in the history
  15. Improve README and docs, improve conditional embeddings

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    788e8ea View commit details
    Browse the repository at this point in the history
  16. Fix more tests

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    61fab4b View commit details
    Browse the repository at this point in the history
  17. Remove print statements

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    cdbc867 View commit details
    Browse the repository at this point in the history
  18. Remove initial embeddings

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    aea0d3b View commit details
    Browse the repository at this point in the history
  19. Improve conversion script

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    d041b96 View commit details
    Browse the repository at this point in the history
  20. Add interpolation of position embeddings

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f627364 View commit details
    Browse the repository at this point in the history
  21. Finish addition of interpolation of position embeddings

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    22fa35e View commit details
    Browse the repository at this point in the history
  22. Add support for refined checkpoint

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4f11571 View commit details
    Browse the repository at this point in the history
  23. Fix refined checkpoint

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    9ebe436 View commit details
    Browse the repository at this point in the history
  24. Remove unused parameter

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b689555 View commit details
    Browse the repository at this point in the history
  25. Improve conversion script

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    fae27ad View commit details
    Browse the repository at this point in the history
  26. Add support for training

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    174d631 View commit details
    Browse the repository at this point in the history
  27. Fix conversion script

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    23d78a7 View commit details
    Browse the repository at this point in the history
  28. Add CLIPSegFeatureExtractor

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    207ab72 View commit details
    Browse the repository at this point in the history
  29. Fix processor

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    09b7e03 View commit details
    Browse the repository at this point in the history
  30. Fix CLIPSegProcessor

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    751f6e4 View commit details
    Browse the repository at this point in the history
  31. Fix conversion script

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    061ce9f View commit details
    Browse the repository at this point in the history
  32. Fix most tests

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f234652 View commit details
    Browse the repository at this point in the history
  33. Fix equivalence test

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a2a5213 View commit details
    Browse the repository at this point in the history
  34. Fix README

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    dca1473 View commit details
    Browse the repository at this point in the history
  35. Add model to doc tests

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    cbd26c4 View commit details
    Browse the repository at this point in the history
  36. Use better variable name

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2d4c095 View commit details
    Browse the repository at this point in the history
  37. Convert other checkpoint as well

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    174a8f9 View commit details
    Browse the repository at this point in the history
  38. Update config, add link to paper

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a8eb2de View commit details
    Browse the repository at this point in the history
  39. Add docs

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    96409fa View commit details
    Browse the repository at this point in the history
  40. Update organization

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    fd7a2a6 View commit details
    Browse the repository at this point in the history
  41. Replace base_model_prefix with clip

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    cb0ff6d View commit details
    Browse the repository at this point in the history
  42. Fix base_model_prefix

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8c26ccb View commit details
    Browse the repository at this point in the history
  43. Fix checkpoint of config

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    d79913b View commit details
    Browse the repository at this point in the history
  44. Fix config checkpoint

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2a643a0 View commit details
    Browse the repository at this point in the history
  45. Remove file

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    56ee683 View commit details
    Browse the repository at this point in the history
  46. Use logits for output

    Niels Rogge authored and Niels Rogge committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    3af9925 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Fix tests

    Niels Rogge authored and Niels Rogge committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    6e017b5 View commit details
    Browse the repository at this point in the history