1. 06 Dec, 2021 1 commit
  2. 03 Dec, 2021 1 commit
  3. 26 Nov, 2021 1 commit
  4. 23 Nov, 2021 4 commits
  5. 22 Nov, 2021 1 commit
  6. 10 Nov, 2021 2 commits
  7. 04 Nov, 2021 2 commits
  8. 02 Nov, 2021 1 commit
  9. 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
  10. 21 Oct, 2021 2 commits
  11. 20 Oct, 2021 1 commit
  12. 15 Oct, 2021 2 commits
  13. 14 Oct, 2021 3 commits
  14. 13 Oct, 2021 3 commits
    • dingchang's avatar
      [Feature] Add fps op from mmdet3d (#1337) · 63a6cbe9
      dingchang authored
      * add ops (furthest point sample) in mmdet3d
      
      * refactor code
      
      * refactor code
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * refactor code
      
      * fix typo
      
      * define DIVUP in common_cuda_helper.hpp
      63a6cbe9
    • Eugene Liu's avatar
      Add Deformable Conv CustomOp for onnxruntime (#1343) · 599163e6
      Eugene Liu authored
      * add onnx dcn
      
      * replace gemm with torch C++ api
      
      * small update
      
      * fix cpp clang format
      
      * pefer generic GEMM than torch ATen library
      
      * addressing comments
      
      * add ops path check
      599163e6
    • Zaida Zhou's avatar
      Polish readme (#1320) · 48d5b095
      Zaida Zhou authored
      * [Docs] Polish README
      
      * [Docs] Polish README
      
      * [Docs] Polish README
      
      * fix typo
      
      * update qq link
      
      * fix typo
      
      * update LICENSES.md
      48d5b095
  15. 04 Oct, 2021 1 commit
  16. 24 Sep, 2021 4 commits
  17. 23 Sep, 2021 2 commits
  18. 14 Sep, 2021 1 commit
    • Zaida Zhou's avatar
      [Docs] Use PyTorch sphinx theme (#1321) · 1216e5fe
      Zaida Zhou authored
      * [Docs] Use PyTorch sphinx theme
      
      * add sphinx-copybutton
      
      * add twitter and zhihu link
      
      * remove shpinx_rtd_theme from doc.xtx
      
      * update docs.txt
      
      * update conf.py
      1216e5fe
  19. 07 Sep, 2021 1 commit
  20. 23 Aug, 2021 5 commits