"vscode:/vscode.git/clone" did not exist on "cfe2c2be5d4e384b4efd9c2f2266edd68876b34e"
  1. 06 Mar, 2023 4 commits
  2. 01 Mar, 2023 4 commits
  3. 28 Feb, 2023 5 commits
  4. 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
  5. 20 Feb, 2023 5 commits
  6. 18 Feb, 2023 2 commits
  7. 16 Feb, 2023 5 commits
  8. 15 Feb, 2023 1 commit
  9. 14 Feb, 2023 3 commits
  10. 08 Feb, 2023 4 commits
  11. 06 Feb, 2023 1 commit
  12. 03 Feb, 2023 2 commits
  13. 31 Jan, 2023 2 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