1. 20 Mar, 2023 3 commits
  2. 16 Mar, 2023 1 commit
  3. 15 Mar, 2023 3 commits
  4. 13 Mar, 2023 3 commits
  5. 06 Mar, 2023 4 commits
  6. 01 Mar, 2023 4 commits
  7. 28 Feb, 2023 5 commits
  8. 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
  9. 20 Feb, 2023 5 commits
  10. 18 Feb, 2023 2 commits
  11. 16 Feb, 2023 5 commits
  12. 15 Feb, 2023 1 commit
  13. 14 Feb, 2023 2 commits
    • Xiang Xu's avatar
      [Feature] Support lazy_init for `CBGSDataset` (#2227) · f4ae6d75
      Xiang Xu authored
      * refactor cbgs
      
      * update cbgs
      
      * add UT
      
      * remove useless line
      
      * Update test_dataset_wrappers.py
      
      * update typehint
      
      * update docs
      
      * Update dataset_wrappers.py
      
      * update
      f4ae6d75
    • HyeongSeok Kim's avatar
      [Fix] fix local_visualizer.py: only visualize when there is at least one instance (#2231) · 50870e4c
      HyeongSeok Kim authored
      
      
      * fix local_visualizer.py: modify add_datasample
      
       - fix "AttributeError: ‘InstanceData’ object has no attribute ‘bboxes_3d’" error
      
      * Update mmdet3d/visualization/local_visualizer.py
      Co-authored-by: default avatarXiang Xu <xuxiang0103@gmail.com>
      
      * fix local_visualizer.py: modify add_datasample
      
       - add exception handling when there is no instance inside pred_instances_3d
      
      * modify local_visualizer.py: Apply changes from pre-commit
      
      * modify local_visualizer.py: Change exception handling location for empty instance
      
       - Add exception handling when instances are empty
       - Delete the exception handling previously added to add_datasample
      
      * modify local_visualizer.py: apply pre-commit
      
      ---------
      Co-authored-by: default avatarXiang Xu <xuxiang0103@gmail.com>
      50870e4c