1. 06 Mar, 2023 2 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 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
  14. 30 Jan, 2023 1 commit
    • ZLTJohn's avatar
      [Feature] Support DETR3D in projects (#2170) · 4bd7aa18
      ZLTJohn authored
      
      
      * detr3d for dev-1.x
      
      * update README
      
      * clean redundant comments
      
      * correct dir name 'config' to 'configs'
      
      * Modified codes according to first round review
      
      * Fixed grid_mask.py
      
      * move detr3d_transformer.py to /layers
      
      * reorganize files
      
      * rename 'mmdet3d_plugin' to 'detr3d'
      
      * Modify configs and update latest codebase
      
      * rename configs
      
      * forgot to save detr3d_head.py
      
      * change data_root in configs
      
      * try to fix lint
      
      * correct config files
      
      * reorganize dirs
      
      * Fixing lint
      
      * fixing lint
      
      * fix lint
      
      * Fix lint
      
      * delete unused code
      
      * rename configs
      
      * delete transfrom_3d.py
      
      * fix bugs in configs
      
      * fix lint
      
      * update readme
      
      * edit config file
      
      * rename detr3d/ to DETR3D/
      
      * fix typos in readme
      
      * polish readme
      
      * fix config link in readme
      
      ---------
      Co-authored-by: default avatarJingweiZhang12 <zjw18@mails.tsinghua.edu.cn>
      4bd7aa18