1. 25 May, 2023 1 commit
    • Sun Jiahao's avatar
      [Feature]Add Lidarseg benchmark (#2530) · 3365d7e5
      Sun Jiahao authored
      * enhance minkunet
      
      * add 2x
      
      * add config
      
      * add flip...
      
      * add bottleneck
      
      * add spvcnn & cylinder3d
      
      * add spvcnn & cylinder3d
      
      * refactor minkunet & spvcnn
      
      * add minkv2
      
      * fix mink34 shared res block
      
      * add mink spconv
      
      * fix spconv int32 max bug
      
      * fix spconv int32 max bug2
      
      * add minkowski backends
      
      * rename config
      
      * fix minkv2 config
      
      * fix max voxel bug
      
      * add checkpointhook mink18
      
      * add backbone docstring
      
      * fix torchsparse uninstall bug
      
      * remove ME
      
      * fix ut
      
      * fix cylinder3d config
      3365d7e5
  2. 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