"git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "3c2c5869ad719d41d87f6aca8a71e683ebcadc76"
  1. 16 Jun, 2021 1 commit
    • 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
  2. 15 Jun, 2021 2 commits
  3. 12 Jun, 2021 1 commit
  4. 10 Jun, 2021 3 commits
  5. 09 Jun, 2021 3 commits
  6. 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
  7. 06 Jun, 2021 2 commits
  8. 03 Jun, 2021 1 commit
  9. 01 Jun, 2021 2 commits
  10. 31 May, 2021 4 commits
  11. 26 May, 2021 8 commits
  12. 24 May, 2021 1 commit
  13. 20 May, 2021 1 commit
  14. 19 May, 2021 3 commits
  15. 18 May, 2021 3 commits
  16. 14 May, 2021 2 commits
  17. 12 May, 2021 1 commit
    • Ziyi Wu's avatar
      [Feature] Support PointNet++ Segmentor (#528) · 9d852f17
      Ziyi Wu authored
      * build BaseSegmentor for point sem seg
      
      * add encoder-decoder segmentor
      
      * update mmseg dependency
      
      * fix linting errors
      
      * warp predicted seg_mask in dict
      
      * add unit test
      
      * use build_model to wrap detector and segmentor
      
      * fix compatibility with mmseg
      
      * faster sliding inference
      
      * merge master
      
      * configs for training on ScanNet
      
      * fix CI errors
      
      * add comments & fix typos
      
      * hard-code class_weight into configs
      
      * fix logger bugs
      
      * update segmentor unit test
      
      * logger use mmdet3d
      
      * use eps to replace hard-coded 1e-3
      
      * add comments
      
      * replace np operation with torch code
      
      * add comments for class_weight
      
      * add comment for BaseSegmentor.simple_test
      
      * rewrite EncoderDecoder3D to avoid inheriting from mmseg
      9d852f17
  18. 11 May, 2021 1 commit