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 IoU3D as a custom c++ op (CPU) #890

Merged
merged 36 commits into from
Oct 21, 2022
Merged

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    6bcac82 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Switch to cpp14

    ianstenbit committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    87bcb8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c87da0 View commit details
    Browse the repository at this point in the history
  3. cpp17

    ianstenbit committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    3112a03 View commit details
    Browse the repository at this point in the history
  4. Configure CI tests

    ianstenbit committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    3b92be3 View commit details
    Browse the repository at this point in the history
  5. Formatting

    ianstenbit committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    b26f9d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99b3b92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da958cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    734f74d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a25796d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2143176 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b10e4a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b707b1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6085f7a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4d62a16 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    b91ba90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72a4f11 View commit details
    Browse the repository at this point in the history
  3. Remove cuda config

    ianstenbit committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    0157c4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d74837 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b1fa02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6468eb7 View commit details
    Browse the repository at this point in the history
  7. Review comments

    ianstenbit committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    8ac5bfe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46f8200 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    081fa29 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da49210 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b9aa15 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    146a959 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    870e795 View commit details
    Browse the repository at this point in the history
  14. Review comments

    ianstenbit committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    982d3ba View commit details
    Browse the repository at this point in the history
  15. Make IoU a metric, not a loss. Also update Cpp implementation to comp…

    …ute only major axis of pairwise IoU matrix
    ianstenbit committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    eb585bc View commit details
    Browse the repository at this point in the history
  16. typo

    ianstenbit committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c4a7fa6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f7f6b73 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b0b4263 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    131872a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b138d9 View commit details
    Browse the repository at this point in the history
  3. Formatting

    ianstenbit committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    8a54df4 View commit details
    Browse the repository at this point in the history