1. 16 Feb, 2023 4 commits
  2. 15 Feb, 2023 1 commit
  3. 14 Feb, 2023 3 commits
  4. 08 Feb, 2023 4 commits
  5. 06 Feb, 2023 1 commit
  6. 03 Feb, 2023 2 commits
  7. 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
  8. 30 Jan, 2023 2 commits
    • 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
    • Jingwei Zhang's avatar
      [Feature] Support BEVFusion in `projects/` (#2236) · 4d77b4c8
      Jingwei Zhang authored
      * add bevfusion models
      
      * refactor
      
      * build successfully
      
      * update ImageAug3D
      
      * support inference
      
      * update the format of final bboxes
      
      * add new loading func
      
      * align test precision
      
      * polish docstring
      
      * refactor transformer decoder
      
      * polish code
      
      * fix table in readme
      
      * fix table in readme
      
      * fix table in readme
      
      * update pre-commit-config
      
      * minor changes
      
      * revert the changes of file_client_args in LoadAnnotation3D
      
      * remove unnucessary functions in BEVFusion
      
      * fix loading bug
      
      * fix docstring
      4d77b4c8
  9. 29 Jan, 2023 3 commits
  10. 19 Jan, 2023 1 commit
  11. 18 Jan, 2023 4 commits
  12. 16 Jan, 2023 4 commits
  13. 06 Jan, 2023 2 commits
  14. 05 Jan, 2023 4 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
    • ChaimZhu's avatar
      [Fix] fix fcos3d and pgd configs (#2191) · bd1525ec
      ChaimZhu authored
      * fix configs
      
      * change auto_scale_lr
      bd1525ec
    • SekiroRong's avatar
      [Feat]: Support PETR in 1.1 in `projects` (#2175) · 952a5923
      SekiroRong authored
      * rebase
      
      * petr3d-
      
      * petr3d-to-petr
      
      * delete_NormalizeMultiviewImage
      
      * rename_PETR
      
      * rename_PETR
      
      * fix_bug
      
      * fix_bug
      
      * fix_bug
      
      * fix_bug
      
      * fix_bug
      
      * fix_bug
      
      * fix_bug
      
      * revise
      
      * remove_builder
      
      * remove_builder
      
      * remove_use_external
      
      * remove_use_external
      
      * remove_PadMultiViewImage
      
      * remove_PadMultiViewImage
      
      * remove-AddCamInfo
      
      * remove-LidarBox3dVersionTransfrom
      
      * remove-LidarBox3dVersionTransfrom-and-AddCamInfo
      
      * fix__init__
      
      * remove-redundent-config
      
      * code-polish
      
      * remove-builder
      
      * remove-builder
      
      * remove-redundent-files
      
      * replace-forward-train-and-test
      
      * remove-redundent__init__
      
      * remove_petr
      
      * remove-hierarchtecture
      952a5923
    • 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
  15. 27 Dec, 2022 2 commits