1. 22 Mar, 2022 1 commit
  2. 21 Mar, 2022 1 commit
  3. 18 Mar, 2022 1 commit
  4. 15 Mar, 2022 3 commits
  5. 07 Mar, 2022 1 commit
  6. 03 Mar, 2022 1 commit
  7. 24 Feb, 2022 1 commit
  8. 20 Feb, 2022 1 commit
  9. 18 Feb, 2022 2 commits
    • Hakjin Lee's avatar
      [Refactor] Refactor the interface for RoIAlignRotated (#1662) · b83bdb0c
      Hakjin Lee authored
      * fix interface for RoIAlignRotated
      
      * Add a unit test for RoIAlignRotated
      
      * Make a unit test for RoIAlignRotated concise
      
      * fix interface for RoIAlignRotated
      
      * Refactor ext_module.nms_rotated
      
      * Lint cpp files
      b83bdb0c
    • 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
  10. 16 Feb, 2022 1 commit
    • Ma Zerun's avatar
      Support deepcopy for Config (#1658) · 33c83b5a
      Ma Zerun authored
      * Support deepcopy for Config
      
      * Iterate the `__dict__` of Config directly.
      
      * Use __new__ to avoid unnecessary initialization.
      
      * Improve according to comments
      33c83b5a
  11. 12 Feb, 2022 2 commits
  12. 09 Feb, 2022 2 commits
  13. 07 Feb, 2022 1 commit
  14. 28 Jan, 2022 1 commit
  15. 27 Jan, 2022 1 commit
  16. 24 Jan, 2022 3 commits
  17. 20 Jan, 2022 1 commit
  18. 18 Jan, 2022 1 commit
  19. 13 Jan, 2022 1 commit
  20. 10 Jan, 2022 5 commits
  21. 24 Dec, 2021 1 commit
  22. 23 Dec, 2021 2 commits
  23. 22 Dec, 2021 3 commits
  24. 14 Dec, 2021 3 commits
    • Shilong Zhang's avatar
      001f3f66
    • wuwencheng's avatar
      [Feature] Add multi file backends to imread/imwrite. (#1527) · 66bff139
      wuwencheng authored
      * Add file client to image io
      
      * Fix petrel_client imwrite error
      
      * Add examples to the docstring and delete the file check of imread
      
      * modify docstring v1.3.19->v1.4.1
      
      * Deprecate auto_mkdir parameter and complete test_io.py
      
      * Fix error caused by deleting the mock package in test_io.py
      
      * Add annotation to imencode
      
      * modify imread input assert and delete the judgement of file client 'put' method
      
      * Delete try except in imwrite.
      
      * Add a error file extension unit test.
      66bff139
    • Shilong Zhang's avatar
      [Feature]Support skip nms (#1552) · 43b2f098
      Shilong Zhang authored
      * skip nms
      
      * judge at beginning
      
      * add test
      
      * remove else
      
      * add more details in docstr including version not
      
      * fix unitest
      
      * fix doc
      
      * fix doc
      
      * fix typo
      
      * resove conversation
      
      * fix link
      43b2f098