1. 16 Aug, 2022 1 commit
  2. 03 Aug, 2022 1 commit
  3. 19 Jul, 2022 9 commits
    • Zaida Zhou's avatar
      [Fix] Fix error in version.py (#2133) · 521d0b0e
      Zaida Zhou authored
      521d0b0e
    • liyining's avatar
    • Yining Li's avatar
      [Feature] Add decorator `avoid_cache_randomness` (#1864) · f59aec8f
      Yining Li authored
      * add prohibit_cache_randomness
      
      * rename as avoid_cache_randomness and ensure it is non-inheritable
      
      * fix lint
      
      * update docs
      f59aec8f
    • Yining Li's avatar
      add RandomApply (#1863) · ff0dfb74
      Yining Li authored
      ff0dfb74
    • Ma Zerun's avatar
      428512f8
    • Yining Li's avatar
      Refactor base transform (#1830) · e2ca0733
      Yining Li authored
      * rename cacheable_method to cache_randomness
      
      * refactor transform wrappers and update docs
      
      * fix all_nonexist_keys
      
      * fix lint
      
      * rename transform wrappers
      e2ca0733
    • liukuikun's avatar
      [Feature] Add Part1 of data transform (#1736) · 9e4b2ff5
      liukuikun authored
      * [Feature] Add Part1 of data transform
      
      * api.rst transform->transforms
      
      * fix typo
      
      * fix typo
      
      * rename test_processing into test_transforms_processing for avoiding same name
      
      * fix mypy
      
      * fix comment
      
      * fix comment
      9e4b2ff5
    • Yining Li's avatar
      [Feature] Add base transform interface (#1538) · d00b0cec
      Yining Li authored
      
      
      * Support deepcopy for Config (#1658)
      
      * Support deepcopy for Config
      
      * Iterate the `__dict__` of Config directly.
      
      * Use __new__ to avoid unnecessary initialization.
      
      * Improve according to comments
      
      * [Feature] Add spconv ops from mmdet3d (#1581)
      
      * 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>
      
      * Imporve the docstring of imfrombytes and fix a deprecation-warning (#1731)
      
      * [Refactor] Refactor the interface for RoIAlignRotated (#1662)
      
      * 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
      
      * add transforms
      
      * add invoking time check for cacheable methods
      
      * fix lint
      
      * add unittest
      
      * fix bug in non-strict input mapping
      
      * fix ci
      
      * fix ci
      
      * fix compatibility with python<3.9
      
      * fix typing compatibility
      
      * fix import
      
      * fix typing
      
      * add alternative for nullcontext
      
      * fix import
      
      * fix import
      
      * add docstrings
      
      * add docstrings
      
      * fix callable check
      
      * resolve comments
      
      * fix lint
      
      * enrich unittest cases
      
      * fix lint
      
      * fix unittest
      Co-authored-by: default avatarMa Zerun <mzr1996@163.com>
      Co-authored-by: default avatarWenhao Wu <79644370+wHao-Wu@users.noreply.github.com>
      Co-authored-by: default avatarhdc <hudingchang.vendor@sensetime.com>
      Co-authored-by: default avatargrimoire <yaoqian@sensetime.com>
      Co-authored-by: default avatarJiazhen Wang <47851024+teamwong111@users.noreply.github.com>
      Co-authored-by: default avatarHakjin Lee <nijkah@gmail.com>
      d00b0cec
    • Ma Zerun's avatar
      [Docs] Add data transform docs. (#1723) · 8b47579e
      Ma Zerun authored
      * Add data transfrom docs
      
      * Convert all Chinese paragraph in oneline to prevent some rendering bug
      in Chrome/Edge. (It looks well in Firefox :/)
      
      * Update docs
      
      * Update docs
      
      * Imporve docs according to comments
      
      * Imporve docs according comments
      8b47579e
  4. 17 Jul, 2022 1 commit
  5. 16 Jul, 2022 1 commit
  6. 29 Jun, 2022 1 commit
  7. 15 Jun, 2022 1 commit
  8. 09 Jun, 2022 1 commit
  9. 08 Jun, 2022 1 commit
  10. 06 Jun, 2022 1 commit
  11. 25 May, 2022 1 commit
  12. 18 May, 2022 1 commit
  13. 17 May, 2022 1 commit
  14. 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
  15. 09 May, 2022 1 commit
  16. 07 May, 2022 1 commit
  17. 02 May, 2022 1 commit
  18. 28 Apr, 2022 1 commit
  19. 21 Apr, 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. 31 Mar, 2022 1 commit
  22. 23 Mar, 2022 1 commit
  23. 14 Mar, 2022 2 commits
  24. 13 Mar, 2022 1 commit
  25. 01 Mar, 2022 1 commit
  26. 25 Feb, 2022 1 commit
  27. 20 Feb, 2022 1 commit
  28. 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
  29. 14 Feb, 2022 1 commit
  30. 12 Feb, 2022 1 commit
  31. 19 Jan, 2022 1 commit