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

Implemented GIoU #347

Merged
merged 54 commits into from
Dec 20, 2020
Merged

Implemented GIoU #347

merged 54 commits into from
Dec 20, 2020

Commits on Dec 20, 2020

  1. Implemented GIoU

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    09bb792 View commit details
    Browse the repository at this point in the history
  2. Changing max/min to torch.max/torch.min

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    53ba53c View commit details
    Browse the repository at this point in the history
  3. Adding tests for GIoU

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    f886be0 View commit details
    Browse the repository at this point in the history
  4. Adding documentation for GIoU

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    604c213 View commit details
    Browse the repository at this point in the history
  5. Updated docstring

    Co-authored-by: Jeff Yang <ydcjeff@outlook.com>
    2 people authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    bdb9d2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec6a390 View commit details
    Browse the repository at this point in the history
  7. Parametrizing tests using pytest

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    2b7fb78 View commit details
    Browse the repository at this point in the history
  8. Adding changelog and removing eps

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    e64d51a View commit details
    Browse the repository at this point in the history
  9. Fixing error

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    18ab5db View commit details
    Browse the repository at this point in the history
  10. isort test

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    d44be4c View commit details
    Browse the repository at this point in the history
  11. Renaming file to object_detection.py

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    8fe5f2e View commit details
    Browse the repository at this point in the history
  12. Reflecting module name change in test

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    f9fc3c7 View commit details
    Browse the repository at this point in the history
  13. Fixing doc to reflect module name change

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    08bd127 View commit details
    Browse the repository at this point in the history
  14. Implemented GIoU

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    f25e4f5 View commit details
    Browse the repository at this point in the history
  15. Changing max/min to torch.max/torch.min

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    a4878db View commit details
    Browse the repository at this point in the history
  16. Adding tests for GIoU

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    417f554 View commit details
    Browse the repository at this point in the history
  17. Updated docstring

    Co-authored-by: Jeff Yang <ydcjeff@outlook.com>
    2 people authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    fb7dce5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    09c0514 View commit details
    Browse the repository at this point in the history
  19. Parametrizing tests using pytest

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    3b6ea80 View commit details
    Browse the repository at this point in the history
  20. Adding changelog and removing eps

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    1d23707 View commit details
    Browse the repository at this point in the history
  21. Fixing error

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    aa9f846 View commit details
    Browse the repository at this point in the history
  22. isort test

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    c871a4e View commit details
    Browse the repository at this point in the history
  23. Renaming file to object_detection.py

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    a2d915e View commit details
    Browse the repository at this point in the history
  24. Reflecting module name change in test

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    6723ee5 View commit details
    Browse the repository at this point in the history
  25. Implemented GIoU

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    a7a3aac View commit details
    Browse the repository at this point in the history
  26. Changing max/min to torch.max/torch.min

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    4f3db7f View commit details
    Browse the repository at this point in the history
  27. Adding tests for GIoU

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    be61639 View commit details
    Browse the repository at this point in the history
  28. Updated docstring

    Co-authored-by: Jeff Yang <ydcjeff@outlook.com>
    2 people authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    d9b6e64 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    394261f View commit details
    Browse the repository at this point in the history
  30. Parametrizing tests using pytest

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    cc940ab View commit details
    Browse the repository at this point in the history
  31. Adding changelog and removing eps

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    cc2f486 View commit details
    Browse the repository at this point in the history
  32. Fixing error

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    b80828c View commit details
    Browse the repository at this point in the history
  33. isort test

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    d289d9d View commit details
    Browse the repository at this point in the history
  34. Renaming file to object_detection.py

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    e0a68c4 View commit details
    Browse the repository at this point in the history
  35. Reflecting module name change in test

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    7f7bec9 View commit details
    Browse the repository at this point in the history
  36. Implemented GIoU

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    8ebd93b View commit details
    Browse the repository at this point in the history
  37. Changing max/min to torch.max/torch.min

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    b4ac0e1 View commit details
    Browse the repository at this point in the history
  38. Adding tests for GIoU

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    b32b369 View commit details
    Browse the repository at this point in the history
  39. Updated docstring

    Co-authored-by: Jeff Yang <ydcjeff@outlook.com>
    2 people authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    b5e5d85 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    2e29634 View commit details
    Browse the repository at this point in the history
  41. Parametrizing tests using pytest

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    d61ed9b View commit details
    Browse the repository at this point in the history
  42. Adding changelog and removing eps

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    b6a4dbb View commit details
    Browse the repository at this point in the history
  43. Fixing error

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    a42e111 View commit details
    Browse the repository at this point in the history
  44. isort test

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    8370947 View commit details
    Browse the repository at this point in the history
  45. Renaming file to object_detection.py

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    721e734 View commit details
    Browse the repository at this point in the history
  46. Reflecting module name change in test

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    edffe9f View commit details
    Browse the repository at this point in the history
  47. Update pl_bolts/losses/object_detection.py

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    briankosw and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    f1d1646 View commit details
    Browse the repository at this point in the history
  48. Updating docstring for giou

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    637792b View commit details
    Browse the repository at this point in the history
  49. Fixing code formatting

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    34c1987 View commit details
    Browse the repository at this point in the history
  50. Adding doctest

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    730bcdc View commit details
    Browse the repository at this point in the history
  51. Adding tests for giou

    briankosw authored and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    8fa52f7 View commit details
    Browse the repository at this point in the history
  52. refactor

    Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    ebda4b0 View commit details
    Browse the repository at this point in the history
  53. fix

    Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    d684d2b View commit details
    Browse the repository at this point in the history
  54. format

    Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    1e0b2d1 View commit details
    Browse the repository at this point in the history