1. 30 Jun, 2021 2 commits
  2. 23 Jun, 2021 1 commit
  3. 20 Jun, 2021 2 commits
  4. 18 Jun, 2021 1 commit
  5. 16 Jun, 2021 3 commits
    • Danila Rukhovich's avatar
      [Feature] Support ImVoxelNet on KITTI (#627) · c1f6bbab
      Danila Rukhovich authored
      * first try of kitti
      
      * fix python3
      
      * imvoxelnet is ready for open-mmlab/mmdetection3d
      
      * apply pre-commit
      
      * update to ConvModule and AlignedAnchor3DGenerator
      
      * add unit tests
      
      * fix torch.Tensor in docstrings
      
      * revert anchor ranges
      c1f6bbab
    • Danila Rukhovich's avatar
      fix indoor_converter (#647) · b814e7f0
      Danila Rukhovich authored
      b814e7f0
    • Ziyi Wu's avatar
      [Feature] Support PAConv modules (#599) · b07fb946
      Ziyi Wu authored
      * refactor PN SA module code
      
      * refactor PAConv op & add PAConvSAModule
      
      * add unit test
      
      * add PAConvCUDA SA module
      
      * add unit test
      
      * minor fix
      
      * merge master
      
      * move paconv sa modules to a new file
      
      * rename to BasePointSAModule
      
      * rename to PAConvCUDASAModule
      
      * delete typing comment
      
      * refine docs
      
      * rename mlp_spec to mlp_channel
      
      * fix typos in comment
      b07fb946
  6. 15 Jun, 2021 2 commits
  7. 12 Jun, 2021 1 commit
  8. 10 Jun, 2021 3 commits
  9. 09 Jun, 2021 3 commits
  10. 07 Jun, 2021 1 commit
    • Ziyi Wu's avatar
      [Feature] Support PAConv operation (#598) · c33d4ec1
      Ziyi Wu authored
      * support knn query in QueryAndGroup
      
      * add cuda implemented assign_scores op
      
      * add unit test for paconv assign_score op
      
      * refactor op
      
      * add non-cuda & cuda version PAConv
      
      * minor fix
      
      * fix cuda-9.0 compatibility
      
      * add weight init of paconv
      
      * fix typos
      
      * refactor paconv
      c33d4ec1
  11. 06 Jun, 2021 2 commits
  12. 03 Jun, 2021 1 commit
  13. 01 Jun, 2021 2 commits
  14. 31 May, 2021 4 commits
  15. 26 May, 2021 8 commits
  16. 24 May, 2021 1 commit
  17. 20 May, 2021 1 commit
  18. 19 May, 2021 2 commits
    • Ziyi Wu's avatar
      [Fix] Fix evaluation bugs in Nus and Lyft datasets (#549) · 4af2144c
      Ziyi Wu authored
      * fix if condition to enable KITTI detectors eval on nus/lyft datasets
      
      * fix comments
      4af2144c
    • Ziyi Wu's avatar
      [Feature] Support 3D semantic segmentation demo (#532) · 3bac800e
      Ziyi Wu authored
      * compress kitti unit test imgs
      
      * add unit test for inference_multi_modality_detector
      
      * fix typos
      
      * rename init_detector to init_model
      
      * show_result_meshlab support seg task
      
      * add unit test for seg show_result_meshlab
      
      * support inference_segmentor
      
      * support pc seg demo
      
      * add docs
      
      * minor fix
      
      * change function name
      
      * compress demo data size
      
      * update docs
      3bac800e