1. 13 Mar, 2023 2 commits
  2. 06 Mar, 2023 1 commit
    • xizaoqu's avatar
      [Feature] Add Cylinder3D head (#2291) · a1b974a5
      xizaoqu authored
      * add cylinder decode head
      
      * update
      
      * update
      
      * add lovasz loss
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * cylinder3d_head
      
      * update
      
      * update
      
      * update
      
      * update
      a1b974a5
  3. 28 Feb, 2023 2 commits
  4. 23 Feb, 2023 1 commit
    • 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
  5. 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
    • xizaoqu's avatar
      6318a119
  6. 16 Feb, 2023 1 commit
  7. 15 Feb, 2023 1 commit
  8. 14 Feb, 2023 1 commit
  9. 08 Feb, 2023 1 commit
  10. 31 Jan, 2023 3 commits
    • Jingwei Zhang's avatar
      [Feature] Add inferencer for LiDAR-based detection (#2208) · f06ce29b
      Jingwei Zhang authored
      * support lidar det3d inferencer
      
      * lidar inference normally
      
      * add ut
      
      * add ut
      
      * polish docstring
      
      * resolve comments
      
      * add inferencer registry
      
      * fix ut
      
      * fix docstring
      
      * resolve some comments
      
      * rename varible
      f06ce29b
    • Xiang Xu's avatar
      [Enhance] Update data structures (#2155) · aeb42905
      Xiang Xu authored
      * update pointsdata and det3ddatasample
      
      * update eval_ann_info when it is None
      
      * update unittest
      
      * revert
      
      * delete `eval_ann_info`
      
      * remove unittest
      
      * update doc
      
      * Update point_data.py
      
      * Update det3d_data_sample.py
      
      * remove
      
      * update docs
      
      * fix unittest
      
      * update
      
      * Update instance_seg_metric.py
      
      * fix lint
      aeb42905
    • ChaimZhu's avatar
      [Feature] add mono3d inferencer (#2190) · 278df1eb
      ChaimZhu authored
      * add mono3d inferencer
      
      * update mono3d inferenceer
      
      * update init file
      
      * update unit test
      
      * fix name
      
      * add base_det3d_inferencer
      
      * fix comments
      
      * fix comments
      
      * fix comments
      
      * renmae pgd-kitti to pgd_kitti
      
      * add parameterized in tests.txt
      
      * add txt file
      
      * update loadimgfromfilemono3d to fit latest mmcv
      278df1eb
  11. 29 Jan, 2023 1 commit
  12. 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
  13. 27 Dec, 2022 1 commit
  14. 03 Dec, 2022 11 commits
  15. 10 Oct, 2022 1 commit
  16. 30 Sep, 2022 1 commit
  17. 28 Sep, 2022 1 commit
    • Jingwei Zhang's avatar
      [Fix] Fix unit test of datasets (#1865) · e9e20242
      Jingwei Zhang authored
      * fix ci of dataset and visualizer by regenerate pkl
      
      * decrease channels in ut for reducing cuda memory
      
      * still use sample_id in the kitti submitted files
      
      * minor changes
      
      * use waymo-open-dataset-tf-2-6-0
      
      * use waymo-open-dataset-tf-2-5-0 to be compabible with python3.6
      
      * use waymo-open-dataset-tf-2-4-0 to be compabible with python3.6
      
      * no dependency about waymo-open-dataset
      
      * Revert "no dependency about waymo-open-dataset"
      
      This reverts commit 581d4eefe26851a295b3190bcfa73d6fb2ba54aa.
      
      * not install waymo-open-dataset for ci
      
      * max python version is 3.8 because of trimesh
      
      * Revert "max python version is 2.8 because of trimesh"
      
      This reverts commit 6d8a1851b22a2059e7de75b576c2b7f633ad7cfa.
      
      * fix networkx in ci
      
      * update docstring of data_preprocessor
      
      * modify version of typingextensions
      e9e20242
  18. 22 Sep, 2022 1 commit
  19. 16 Sep, 2022 1 commit
  20. 01 Sep, 2022 1 commit
  21. 31 Aug, 2022 1 commit
  22. 30 Aug, 2022 1 commit
  23. 26 Aug, 2022 1 commit
  24. 17 Aug, 2022 1 commit