1. 01 Mar, 2022 1 commit
  2. 25 Feb, 2022 1 commit
  3. 20 Feb, 2022 1 commit
  4. 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
  5. 14 Feb, 2022 1 commit
  6. 12 Feb, 2022 1 commit
  7. 19 Jan, 2022 1 commit
  8. 10 Jan, 2022 4 commits
  9. 29 Dec, 2021 1 commit
  10. 24 Dec, 2021 2 commits
  11. 23 Dec, 2021 2 commits
  12. 22 Dec, 2021 1 commit
  13. 15 Dec, 2021 1 commit
  14. 14 Dec, 2021 1 commit
    • Zaida Zhou's avatar
      [Docs] Update FAQ (#1481) · 81f032ed
      Zaida Zhou authored
      * [Docs] Update FAQ
      
      * update faq
      
      * polish the description
      
      * update faq
      
      * update faq
      
      * improve the faq
      
      * improve the faq
      
      * improve the faq
      81f032ed
  15. 12 Dec, 2021 1 commit
  16. 09 Dec, 2021 1 commit
  17. 07 Dec, 2021 1 commit
  18. 06 Dec, 2021 2 commits
  19. 03 Dec, 2021 1 commit
  20. 26 Nov, 2021 1 commit
  21. 23 Nov, 2021 4 commits
  22. 22 Nov, 2021 1 commit
  23. 10 Nov, 2021 2 commits
  24. 04 Nov, 2021 2 commits
  25. 02 Nov, 2021 1 commit
  26. 23 Oct, 2021 2 commits
    • Zaida Zhou's avatar
      [Feature] Loading objects from different backends and dumping objects to different backends (#1330) · 5b5b47fc
      Zaida Zhou authored
      * [Feature] Choose storage backend by the prefix of filepath
      
      * refactor FileClient and add unittest
      
      * support loading from different backends
      
      * polish docstring
      
      * fix unittet
      
      * rename attribute str_like_obj to is_str_like_obj
      
      * add infer_client method
      
      * add check_exist method
      
      * rename var client to file_client
      
      * polish docstring
      
      * add join_paths method
      
      * remove join_paths and add _format_path
      
      * enhance unittest
      
      * refactor unittest
      
      * singleton pattern
      
      * fix test_clientio.py
      
      * deprecate CephBackend
      
      * enhance docstring
      
      * refactor unittest for petrel
      
      * refactor unittest for disk backend
      
      * update io.md
      
      * add concat_paths method
      
      * improve docstring
      
      * improve docstring
      
      * add isdir and copyfile for file backend
      
      * delete copyfile and add get_local_path
      
      * remove isdir method of petrel
      
      * fix typo
      
      * add comment and polish docstring
      
      * polish docstring
      
      * rename _path_mapping to _map_path
      
      * polish docstring and fix typo
      
      * refactor get_local_path
      
      * add list_dir_or_file for FileClient
      
      * add list_dir_or_file for PetrelBackend
      
      * fix windows ci
      
      * Add return docstring
      
      * polish docstring
      
      * fix typo
      
      * fix typo
      
      * deprecate the conversion from Path to str
      
      * add docs for loading checkpoints with FileClient
      
      * refactor map_path
      
      * add _ensure_methods to ensure methods have been implemented
      
      * fix list_dir_or_file
      
      * rename _ensure_method_implemented to has_method
      5b5b47fc
    • dingchang's avatar
      [Feature] Add group points ops from mmdet3d (#1415) · 75cae78c
      dingchang authored
      
      
      * add op (group points) and its related ops (ball query and knn) in mmdet3d
      
      * refactor code
      
      * fix typo
      
      * refactor code
      
      * fix typo
      
      * refactor code
      
      * make input contiguous
      Co-authored-by: default avatarzhouzaida <zhouzaida@163.com>
      75cae78c
  27. 21 Oct, 2021 2 commits