1. 22 Oct, 2022 1 commit
  2. 20 Oct, 2022 1 commit
  3. 13 Oct, 2022 1 commit
    • Yue Zhou's avatar
      [Feature] Add box_iou_quadri & nms_quadri (#2277) · a4c82617
      Yue Zhou authored
      * update
      
      * update
      
      * fix link
      
      * fix bug
      
      * update nms_quadri
      
      * fix lint
      
      * Update test_nms_quadri.py
      
      * Update box_iou_quadri.py
      
      * fix bug
      
      * Update test_nms_quadri.py
      
      * Update box_iou_rotated_utils.hpp
      
      * Update box_iou_quadri.py
      
      * Update mmcv/ops/nms.py
      a4c82617
  4. 11 Oct, 2022 1 commit
  5. 25 Sep, 2022 1 commit
  6. 28 Aug, 2022 3 commits
  7. 23 Aug, 2022 1 commit
  8. 22 Aug, 2022 1 commit
  9. 19 Aug, 2022 1 commit
    • Mashiro's avatar
      [Refactor] Use MODELS registry in mmengine and delete basemodule (#2172) · 19a02415
      Mashiro authored
      * change MODELS to mmengine, delete basemodule
      
      * fix unit test
      
      * remove build from cfg
      
      * add comment and rename TARGET_MODELS to registry
      
      * refine cnn docs
      
      * remove unnecessary check
      
      * refine as comment
      
      * refine build_xxx_conv error message
      
      * fix lint
      
      * fix import registry from mmcv
      
      * remove unused file
      19a02415
  10. 16 Aug, 2022 1 commit
  11. 03 Aug, 2022 1 commit
  12. 19 Jul, 2022 7 commits
  13. 17 Jul, 2022 1 commit
  14. 29 Jun, 2022 1 commit
  15. 15 Jun, 2022 1 commit
  16. 08 Jun, 2022 1 commit
  17. 25 May, 2022 1 commit
  18. 16 May, 2022 1 commit
    • Zaida Zhou's avatar
      [Docs] Replace markdownlint with mdformat for avoiding installing ruby (#1936) · b326a219
      Zaida Zhou authored
      * Use mdformat pre-commit hook
      
      * allows consecutive numbering
      
      * improve .mdformat.toml
      
      * test mdformat
      
      * format markdown
      
      * minor fix
      
      * fix codespecll
      
      * fix circleci
      
      * add linkify-it-py dependency for cicleci
      
      * add comments
      
      * replace flake8 url
      
      * add mdformat-myst dependency
      
      * remove mdformat-myst dependency
      
      * update contributing.md
      b326a219
  19. 02 May, 2022 1 commit
  20. 15 Apr, 2022 1 commit
    • 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
  21. 18 Feb, 2022 1 commit
    • Wenhao Wu's avatar
      [Feature] Add spconv ops from mmdet3d (#1581) · c1de4c9b
      Wenhao Wu authored
      
      
      * add ops (spconv) of mmdet3d
      
      * fix typo
      
      * refactor code
      
      * resolve comments in #1452
      
      * fix compile error
      
      * fix bugs
      
      * fix bug
      
      * transform from 'types.h' to 'extension.h'
      
      * fix bug
      
      * transform from 'types.h' to 'extension.h' in parrots
      
      * add extension.h in pybind.cpp
      
      * add unittest
      
      * Recover code
      
      * (1) Remove prettyprint.h
      (2) Switch `T` to `scalar_t`
      (3) Remove useless lines
      (4) Refine example in docstring of sparse_modules.py
      
      * (1) rename from `cu.h` to `cuh`
      (2) remove useless files
      (3) move cpu files to `pytorch/cpu`
      
      * reorganize files
      
      * Add docstring for sparse_functional.py
      
      * use dispatcher
      
      * remove template
      
      * use dispatch in cuda ops
      
      * resolve Segmentation fault
      
      * remove useless files
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * fix unittest in test_build_layers.py
      
      * add tensorview into include_dirs when compiling
      
      * recover all deleted files
      
      * fix lint and comments
      
      * recover setup.py
      
      * replace tv::GPU as tv::TorchGPU & support device guard
      
      * fix lint
      Co-authored-by: default avatarhdc <hudingchang.vendor@sensetime.com>
      Co-authored-by: default avatargrimoire <yaoqian@sensetime.com>
      c1de4c9b
  22. 14 Feb, 2022 1 commit
  23. 10 Jan, 2022 3 commits
  24. 24 Dec, 2021 1 commit
  25. 23 Dec, 2021 2 commits
  26. 22 Dec, 2021 1 commit
  27. 15 Dec, 2021 1 commit