1. 26 Apr, 2023 1 commit
  2. 24 Apr, 2023 1 commit
  3. 12 Apr, 2023 1 commit
  4. 28 Mar, 2023 3 commits
    • Sun Jiahao's avatar
      [Feature] Spvcnn backbone (#2320) · 98d26420
      Sun Jiahao authored
      * add cylindrical voxelization & voxel feature encoder
      
      * add cylindrical voxelization & voxel feature encoder
      
      * add voxel-wise label & voxelization UT
      
      * fix vfe
      
      * fix vfe UT
      
      * rename voxel encoder & add more test case
      
      * fix type hint
      
      * temporarily refactoring mmcv's voxelize and dynamic in mmdet3d for data_preprocesser
      
      * _forward
      
      * del checkpoints
      
      * add if tp
      
      * add predict
      
      * fix vfe init bug & fix UT
      
      * add grid_size & move voxelization code
      
      * fix import bug
      
      * keep radian to follow origin
      
      * add doc string
      
      * fix type hint
      
      * add minkunet voxelization and loss function
      
      * fix data
      
      * init train
      
      * fix sparsetensor typehint
      
      * rename dir
      
      * fix data config
      
      * fix data config
      
      * fix batch_size & replace dynamic_scatter
      
      * fix conflicts 2
      
      * fix conflicts on s_70
      
      * Alignment of the original implementation
      
      * rename config
      
      * add worker_init_fn_hook
      
      * remove test_config & worker hook
      
      * add UT
      
      * fix polarmix UT
      
      * init spcvnn backbone
      
      * add seed for cr0p5
      
      * spvcnn_init
      
      * format
      
      * rename SemanticKittiDataset
      
      * add platte & fix visual bug
      
      * add platte & fix data info bug
      
      * fix ut
      
      * fix ut
      
      * fix semantic_kitti ut
      
      * train init
      
      * fix docstring
      
      * fix config name
      
      * rename layer
      
      * fix doc string
      
      * fix review
      
      * remove filter data
      
      * rename config
      
      * rename backbone
      
      * rename backbone 2
      
      * refactor voxel2point
      
      * fix coors typo
      
      * fix ut
      
      * fix ut
      
      * pred in segmentor
      
      * fix get voxel seg
      
      * resolve comments
      
      * rename p2v and v2p
      
      * rename points and voxels
      98d26420
    • xizaoqu's avatar
      [Fix] Fix cylinder3d (#2377) · 3e2de530
      xizaoqu authored
      * mv cylinder blocks from sparse blocks to backbone
      
      * update
      3e2de530
    • yechenzhi's avatar
  5. 23 Mar, 2023 1 commit
    • Sun Jiahao's avatar
      [Feature] Add MinkUNet segmentor (#2294) · ee6cc047
      Sun Jiahao authored
      * add cylindrical voxelization & voxel feature encoder
      
      * add cylindrical voxelization & voxel feature encoder
      
      * add voxel-wise label & voxelization UT
      
      * fix vfe
      
      * fix vfe UT
      
      * rename voxel encoder & add more test case
      
      * fix type hint
      
      * temporarily refactoring mmcv's voxelize and dynamic in mmdet3d for data_preprocesser
      
      * _forward
      
      * del checkpoints
      
      * add if tp
      
      * add predict
      
      * fix vfe init bug & fix UT
      
      * add grid_size & move voxelization code
      
      * fix import bug
      
      * keep radian to follow origin
      
      * add doc string
      
      * fix type hint
      
      * add minkunet voxelization and loss function
      
      * fix data
      
      * init train
      
      * fix sparsetensor typehint
      
      * rename dir
      
      * fix data config
      
      * fix data config
      
      * fix batch_size & replace dynamic_scatter
      
      * fix conflicts 2
      
      * fix conflicts on s_70
      
      * Alignment of the original implementation
      
      * rename config
      
      * add worker_init_fn_hook
      
      * remove test_config & worker hook
      
      * add UT
      
      * fix polarmix UT
      
      * add seed for cr0p5
      
      * format
      
      * rename SemanticKittiDataset
      
      * add platte & fix visual bug
      
      * add platte & fix data info bug
      
      * fix ut
      
      * fix semantic_kitti ut
      
      * fix docstring
      
      * fix config name
      
      * rename layer
      
      * fix doc string
      
      * fix review
      
      * remove filter data
      
      * fix coors typo
      
      * fix ut
      
      * pred in segmentor
      
      * fix get voxel seg
      
      * resolve comments
      ee6cc047
  6. 20 Mar, 2023 1 commit
    • xizaoqu's avatar
      [Feature] Cylinder3d segmentor (#2344) · dfcf5428
      xizaoqu authored
      * update
      
      * add cylinder3d_backbone
      
      * add test segmentor
      
      * add cfg
      
      * add test backbone
      
      * rename test cylinder3d backbone
      
      * midway
      
      * update, pass validation
      
      * fix test
      
      * update cfg
      dfcf5428
  7. 15 Mar, 2023 1 commit
    • Sun Jiahao's avatar
      [Feature] Add torchsparse wrapper (#2321) · 0b42e351
      Sun Jiahao authored
      * fix polarmix UT
      
      * add torchsparse block
      
      * fix pytest skip
      
      * add installtion in get_started
      
      * fix name
      
      * fix UT bug
      
      * update doc string
      
      * add omit sudo install
      0b42e351
  8. 06 Mar, 2023 2 commits
  9. 28 Feb, 2023 2 commits
  10. 20 Feb, 2023 2 commits
    • Sun Jiahao's avatar
      [Feature] Cylindrical voxelization & voxel feature encoder (#2228) · bcbab523
      Sun Jiahao authored
      * add cylindrical voxelization & voxel feature encoder
      
      * add cylindrical voxelization & voxel feature encoder
      
      * add voxel-wise label & voxelization UT
      
      * fix vfe
      
      * fix vfe UT
      
      * rename voxel encoder & add more test case
      
      * fix type hint
      
      * temporarily refactoring mmcv's voxelize and dynamic in mmdet3d for data_preprocesser
      
      * fix vfe init bug & fix UT
      
      * add grid_size & move voxelization code
      
      * fix import bug
      
      * keep radian to follow origin
      
      * add doc string
      
      * fix type hint
      
      * rename gird shape & add comments
      
      * fix UT
      
      * rename voxelizationofGridshape & fix docstring
      bcbab523
    • Xiang Xu's avatar
      [Doc]: update docs (#2270) · 92b24d97
      Xiang Xu authored
      92b24d97
  11. 16 Feb, 2023 1 commit
  12. 14 Feb, 2023 1 commit
  13. 03 Feb, 2023 1 commit
  14. 18 Jan, 2023 1 commit
  15. 05 Jan, 2023 2 commits
    • Tai-Wang's avatar
      [Refactor] Support imvoxelnet at SUN RGB-D on 1.x branch (#2141) · 9073a3b5
      Tai-Wang authored
      * Support imvoxelnet@sunrgbd on 1.x branch
      
      * Add unit tests
      
      * Update README.md
      
      * Update imvoxelnet_2xb4_sunrgbd-3d-10class.py
      
      * Add typehints
      
      * Fix lint
      
      * Fix BC-breaking caused by updated keys
      
      * Add coord_type in the imvoxelnet kitti config
      9073a3b5
    • Jingwei Zhang's avatar
      Support CenterFormer in `projects` (#2173) · ac0302ed
      Jingwei Zhang authored
      * init centerformer in projects
      
      * add readme and disable_tf32_switch
      
      * using our iou3d and nms3d, using basicblock in mmdet, simplify code in projects
      
      * remove attention.py and sparse_block.py
      
      * only using single fold
      
      * polish code
      
      * polish code and add dosstring
      
      * add ut for disable_object_sample_hook
      
      * modify data_root
      
      * add ut
      
      * update readme
      
      * polish code
      
      * fix docstring
      
      * resolve comments
      
      * modify project names
      
      * modify project names and add _forward
      
      * fix docstring
      
      * remove disable_tf32
      ac0302ed
  16. 27 Dec, 2022 1 commit
  17. 09 Dec, 2022 1 commit
  18. 03 Dec, 2022 15 commits
  19. 12 Oct, 2022 2 commits