1. 15 Apr, 2022 4 commits
    • Danila Rukhovich's avatar
      [Enhance] Differentiable rotated IoU (#1854) · aee596d5
      Danila Rukhovich authored
      * diff_iou_rotated is working
      
      * add test; fix lint
      
      * fix lint for test
      
      * disable cpu build
      
      * refactor files structure
      
      * fix comments
      
      * remove extra .repeat()
      
      * add comment
      
      * fix j-1 bug; update doc
      
      * fix clang lint
      
      * update docstrings
      
      * fix comments
      
      * fix comments
      aee596d5
    • Charlyo's avatar
      Make sure padding size is not negative (#1792) · 7982dd1a
      Charlyo authored
      * Make sure padding size is not negative
      
      If Resize maintains aspect ratio, could be the case that image shape is bigger than resize value.
      
      * Test pad shape smaller than image shape
      
      * Fix lint
      
      * Remove whitespaces
      7982dd1a
    • q.yao's avatar
      NMS with CUDA only (#1824) · 74031cc5
      q.yao authored
      * add gather_keep_from_mask_parallize
      
      * remove unused cache
      
      * move syncthread
      
      * remove unused comment
      
      * add more comments, rename the kernel and variable
      74031cc5
    • Wenwei Zhang's avatar
      Fix lint issue (#1880) · 3270caf6
      Wenwei Zhang authored
      3270caf6
  2. 14 Apr, 2022 3 commits
  3. 13 Apr, 2022 1 commit
  4. 10 Apr, 2022 1 commit
  5. 09 Apr, 2022 1 commit
  6. 05 Apr, 2022 1 commit
    • Tan SU's avatar
      [Enhancement] Fix collect_env on Windows (#1789) · c33f2489
      Tan SU authored
      * [fix] fix collect_env() on Windows
      
      * fix(utils): add back 'Cuda compilation tools' to nvcc info
      
      * feat(utils): find default ccompiler
      
      * fix(utils, test): parse cl.exe version instead of path
      
      * fix: code style
      
      * fix(tools): use distutils
      
      * [fix] collect_env() returns GCC or MSVC
      
      * [fix] unitest for collect_env()
      
      * add comments
      
      * test: add GCC to expected_keys
      
      * fix: code style
      
      * Update mmcv/utils/env.py
      c33f2489
  7. 02 Apr, 2022 2 commits
  8. 01 Apr, 2022 1 commit
  9. 31 Mar, 2022 1 commit
  10. 28 Mar, 2022 1 commit
  11. 26 Mar, 2022 2 commits
  12. 24 Mar, 2022 2 commits
  13. 23 Mar, 2022 1 commit
  14. 22 Mar, 2022 3 commits
  15. 21 Mar, 2022 1 commit
  16. 18 Mar, 2022 1 commit
  17. 17 Mar, 2022 1 commit
  18. 15 Mar, 2022 6 commits
  19. 14 Mar, 2022 2 commits
  20. 13 Mar, 2022 1 commit
  21. 11 Mar, 2022 1 commit
  22. 09 Mar, 2022 1 commit
  23. 07 Mar, 2022 2 commits