1. 15 Aug, 2022 3 commits
  2. 04 Aug, 2022 1 commit
  3. 22 Jul, 2022 1 commit
  4. 20 Jul, 2022 25 commits
  5. 08 Jun, 2022 1 commit
  6. 07 Jun, 2022 1 commit
    • Wenbo Yu's avatar
      [Feature] Support SA-SSD (#1337) · be8f6538
      Wenbo Yu authored
      
      
      * sassd origin
      
      * sassd for merge
      
      * Fix flake8 coding style warnings and errors
      
      * Fix flake8 indent style
      
      * Fix no newline at end of line issue
      
      * fix mmdet3d.ops error
      
      * Fix flake8 over-indented
      
      * Change points_ops format
      
      * import format updated
      
      * Fix import isort issue
      
      * Fix yapf format
      
      * classes modification after first review
      
      * tmp
      
      * solved mmdet3d update issue
      
      * fixed comment style and lint errors
      
      * fix isort error
      
      * fix yapf error
      
      * Modify comments
      
      * solve merge confilict
      
      * unit test added
      
      * Fix yamp error
      
      * fix lint format
      
      * fix loss format error
      Co-authored-by: default avatarYi-Chen Zhang <yi-chen.zhang@isza.com>
      be8f6538
  7. 18 May, 2022 1 commit
  8. 28 Apr, 2022 2 commits
  9. 27 Apr, 2022 1 commit
  10. 25 Apr, 2022 1 commit
  11. 20 Apr, 2022 1 commit
  12. 23 Mar, 2022 2 commits
    • Wenhao Wu's avatar
      [Enhance] Replace mmdet3d ops with mmcv ops (#1240) · 2f88c124
      Wenhao Wu authored
      * import some ops from mmcv instead of mmdet3d
      
      * use mmcv ops in primitive_head.py
      
      * use mmcv ops in PAConv
      
      * remove ops in mmdet3d & fix some bugs
      
      * remove spconv & fix some bugs
      
      * fix voxelization unittest
      
      * remove spconv in ops/__init__.py
      
      * refine ops/__init__.py
      
      * recover sparse_block in ops/__init__
      
      * fix parta2_bbox_head unittest
      
      * remove remaining ops
      
      * recover ops/__init__.py for bc breaking
      
      * add source of ops from mmcv
      
      * recover the unittest for voxelization
      
      * remove unittest
      2f88c124
    • Xiangxu-0103's avatar
      [Fix] Fix DynamicPillarFeaureNet incorrect index caused by modifications of... · 41d77dad
      Xiangxu-0103 authored
      [Fix] Fix DynamicPillarFeaureNet incorrect index caused by modifications of PillarFeatureNet (#1302)
      
      * fix dv
      
      * Update __init__.py
      41d77dad