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 Deformable DETR #17281

Merged
merged 82 commits into from Sep 14, 2022
Merged

Commits on Sep 13, 2022

  1. First draft

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f8f6f07 View commit details
    Browse the repository at this point in the history
  2. More improvements

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    0648e04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db7939b View commit details
    Browse the repository at this point in the history
  4. Import torch before

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    bb5e7ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dea28d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be47f7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e43364 View commit details
    Browse the repository at this point in the history
  8. Fix ARCHIVE_MAP typo

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4fe3cab View commit details
    Browse the repository at this point in the history
  9. Creating the custom kernel on the fly.

    Narsil authored and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d54c9a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b4bab1 View commit details
    Browse the repository at this point in the history
  11. More improvements

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2f8e222 View commit details
    Browse the repository at this point in the history
  12. Fix CUDA loading

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4bee677 View commit details
    Browse the repository at this point in the history
  13. More improvements

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3aa5889 View commit details
    Browse the repository at this point in the history
  14. Improve conversion script

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3512d69 View commit details
    Browse the repository at this point in the history
  15. Improve conversion script

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    8111a45 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    65c4810 View commit details
    Browse the repository at this point in the history
  17. Make forward pass work

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    75bdca3 View commit details
    Browse the repository at this point in the history
  18. More improvements

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ec0b9dd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4d119d1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9c614c3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f88c04b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f303086 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b2dccfa View commit details
    Browse the repository at this point in the history
  24. Improve tests

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    83715b5 View commit details
    Browse the repository at this point in the history
  25. Fix more tests

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    02d9f9d View commit details
    Browse the repository at this point in the history
  26. Make more tests pass

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3e689c9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c3b65ca View commit details
    Browse the repository at this point in the history
  28. Clean up some code

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    9709f45 View commit details
    Browse the repository at this point in the history
  29. Improve decoder outputs

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    6ef2925 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f0eaeba View commit details
    Browse the repository at this point in the history
  31. Improve model outputs

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d11006d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a5e0c43 View commit details
    Browse the repository at this point in the history
  33. Improve model outputs

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    670de13 View commit details
    Browse the repository at this point in the history
  34. Fix retain_grad test

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    bb23094 View commit details
    Browse the repository at this point in the history
  35. Improve docs

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4544d3e View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    aad259d View commit details
    Browse the repository at this point in the history
  37. Improve variable names

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    9f9df5f View commit details
    Browse the repository at this point in the history
  38. Add copied from statements

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    8980484 View commit details
    Browse the repository at this point in the history
  39. Improve docs

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    eb4f47c View commit details
    Browse the repository at this point in the history
  40. Fix style

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    6cbcbd9 View commit details
    Browse the repository at this point in the history
  41. Improve docs

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    410bc0e View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    7ff92ce View commit details
    Browse the repository at this point in the history
  43. Fix rebase

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    818406a View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    30f9486 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    b7212b7 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    05e886b View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    8975d72 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    a1175a1 View commit details
    Browse the repository at this point in the history
  49. better docs and variables names

    NouamaneTazi authored and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3c8d405 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    9f02699 View commit details
    Browse the repository at this point in the history
  51. remove asserts and code refactor

    NouamaneTazi authored and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    1d22781 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    3d76286 View commit details
    Browse the repository at this point in the history
  53. use f-strings

    NouamaneTazi authored and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ee4f34d View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    11157cc View commit details
    Browse the repository at this point in the history
  55. Fix code quality

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    372b1de View commit details
    Browse the repository at this point in the history
  56. Fix rebase

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    299be0b View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    012f48d View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    d53fb1d View commit details
    Browse the repository at this point in the history
  59. Apply suggestion of @sgugger

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    b0f6aa1 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    c0f947b View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    6823b94 View commit details
    Browse the repository at this point in the history
  62. Add model to toctree

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4078dd9 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    2441ccf View commit details
    Browse the repository at this point in the history
  64. Apply @sgugger's suggestion

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4a57d44 View commit details
    Browse the repository at this point in the history
  65. Fix imports in the init

    sgugger authored and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    45f0f80 View commit details
    Browse the repository at this point in the history
  66. Fix copies

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    55f45f5 View commit details
    Browse the repository at this point in the history
  67. Add CPU implementation

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    957636a View commit details
    Browse the repository at this point in the history
  68. Comment out GPU function

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    9b74c9b View commit details
    Browse the repository at this point in the history
  69. Undo previous change

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    57d4555 View commit details
    Browse the repository at this point in the history
  70. Apply more suggestions

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3c01a33 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    9d6b4fb View commit details
    Browse the repository at this point in the history
  72. Fix quality

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    7e61d9e View commit details
    Browse the repository at this point in the history
  73. Add logger.info

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    29352e8 View commit details
    Browse the repository at this point in the history
  74. Fix logger

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    48a26c6 View commit details
    Browse the repository at this point in the history
  75. Fix variable names

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    612e4f9 View commit details
    Browse the repository at this point in the history
  76. Fix initializaztion

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    84ffb14 View commit details
    Browse the repository at this point in the history
  77. Add missing initialization

    NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d371c24 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Update checkpoint name

    NielsRogge committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    804611e View commit details
    Browse the repository at this point in the history
  2. Add model to doc tests

    NielsRogge committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    5321991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87cd31d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb65ac7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a3b69f View commit details
    Browse the repository at this point in the history