1. 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
  2. 22 Mar, 2023 2 commits
  3. 20 Mar, 2023 3 commits
  4. 16 Mar, 2023 1 commit
  5. 15 Mar, 2023 3 commits
  6. 13 Mar, 2023 3 commits
  7. 06 Mar, 2023 4 commits
  8. 01 Mar, 2023 4 commits
  9. 28 Feb, 2023 5 commits
  10. 23 Feb, 2023 2 commits
    • Xiang Xu's avatar
      [Feature] Support `PolarMix` augmentation (#2265) · 60d848b3
      Xiang Xu authored
      * support polarmix
      
      * Update __init__.py
      
      * add UT
      
      * use `BasePoints` instead of numpy
      
      * Update transforms_3d.py
      
      * Update transforms_3d.py
      
      * Update test_transforms_3d.py
      
      * update docs
      
      * update polarmix without MultiImageMixDataset
      
      * add comments
      
      * fix UT
      
      * update docstring
      
      * fix yaw calculation
      
      * fix UT
      
      * refactor
      
      * update
      
      * update docs
      
      * fix typo
      
      * Update transforms_3d.py
      
      * update ut
      
      * fix typehint
      
      * add prob argument
      60d848b3
    • ZLTJohn's avatar
      Provide checkpoints of re-trained DETR3D model (#2279) · 21de1afe
      ZLTJohn authored
      * fix 'custom_imports' in config files
      
      * fix lint
      
      * verified training-time correctness
      
      * Fix detr3d_vovnet submission and update README
      
      * fix README
      21de1afe
  11. 20 Feb, 2023 5 commits
  12. 18 Feb, 2023 2 commits
  13. 16 Feb, 2023 5 commits