1. 30 Jan, 2023 1 commit
    • 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
  2. 05 Jan, 2023 1 commit
    • 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
  3. 03 Dec, 2022 4 commits
    • Xiangxu-0103's avatar
      [Feature] Support FCAF3D on S3DIS dataset in `dev-1.x` branch (#1984) · 7f9874aa
      Xiangxu-0103 authored
      
      
      * support fcaf3d for s3dis dataset
      
      * Update convert_utils.py
      
      * Update seg3d_dataset.py
      
      * Delete compose.py
      
      * fix import error
      
      * use `mmengine.Compose`
      
      * Update s3dis-3d.py
      
      * Update fcaf3d_2xb8_s3dis-3d-5class.py
      
      * Update s3dis_dataset.py
      
      * update unittest for s3dis
      
      * update docs
      
      * use `mmcv.Compose` instead of `mmengine.Compose`
      
      * update docstring
      
      * fix s3dis preprocessing bug
      
      * Add typehint
      
      * Update config and fix s3dis dataset
      
      * update typehit
      
      * Update convert_utils.py
      
      * Update README and metafile
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      
      fix __all__ keyword
      7f9874aa
    • Xiangxu-0103's avatar
      [Enhance] Refactor the import of `mmdet` (#1947) · 1f9eb6c8
      Xiangxu-0103 authored
      * fix config
      
      * refactor import of `mmdet`
      
      * fix lint
      
      * fix lint
      1f9eb6c8
    • xiangxu-0103's avatar
      [Fix]: fix semantic segmentation related bugs (#1909) · adb17824
      xiangxu-0103 authored
      delete whitespace
      
      update docs
      
      remove unnecessary optional docs
      
      update docs
      
      add mmengine assertion
      
      add docstring
      
      fix mminstall
      
      update mmengine version
      
      fix
      
      [Fix]: fix semantic segmentation related bugs (#1909)
      
      fix semantic seg
      
      fix lint
      
      remove unused imports
      
      fix
      
      update pointnet2-s3dis config
      
      update data_list according to scene_idxs
      
      remove useless function
      
      fix bug lack `eval_ann_info` during evaluation
      
      fix bug
      
      update doc
      
      fix lint
      
      update docs
      
      Update det3d_dataset.py
      
      update docstrings
      
      update docs
      
      fix lint
      
      update docs
      
      fix
      
      fix
      
      fix lint
      adb17824
    • Jingwei Zhang's avatar
      [Enhance] Show instance statistics before and after through pipeline (#1863) · 1071dab5
      Jingwei Zhang authored
      * add instance statistics before and after through pipeline
      
      * add docstring
      
      * support showing cat-wise instance statistics
      
      * show all statistics of the dataset
      
      * small fix
      
      * polish code
      
      * show table
      
      * small fix
      
      * rename some varibles
      1071dab5
  4. 12 Oct, 2022 2 commits
    • Qing Lian's avatar
      937e7f88
    • lianqing01's avatar
      [Features] Support waymo challenge solution (#1716) · 6d3518d0
      lianqing01 authored
      
      
      * update evaluation metric to support waymo cam only evaluation
      
      * add transformation for bev detection
      
      * add multiview dfm
      
      * support multiview detection in datasets with transformation, dfm model and metric
      
      * remove deprecated config and update doc string
      
      * remove file_client_args=file_client_args and update docstr
      
      * add doc string and remove pdb
      
      * fix the doc string of voxel fusion
      
      * add doc string
      
      * remove lidar2img
      
      * add doc string
      
      * update doc string
      
      * support waymo dataset for replace_ceph and modify path of pkl in config
      
      * update evaluation metrics; and the config for waymo solution
      
      * fix the index error in waymo metric and add lidar2img utils function
      
      * replace __call_ to transform
      
      * fix doc string
      
      * rename configs
      
      * update the config name
      
      * update the lidar2cam calib in waymo data creater
      Co-authored-by: default avatarlianqing <lianqing1997@gmail.com>
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      6d3518d0
  5. 11 Oct, 2022 1 commit
    • ChaimZhu's avatar
      [Fix] fix some mono3d related bugs (#1816) · 7d5c5a33
      ChaimZhu authored
      * fix mono3d related bugs
      
      * update kitti-mono3d script
      
      * update mono3d task
      
      * update resize3d and randomresize3d
      
      * fix
      
      * update dataset converter script
      
      * fix part of comments
      
      * unify the task name in datasets and visualization
      
      * fix comments
      
      * rename 3d to lidar_det
      
      * fix ci
      
      * change boxlist to boxtype
      
      * change default value ot lidar_det
      
      * fix bugs
      7d5c5a33
  6. 10 Oct, 2022 1 commit
  7. 08 Oct, 2022 1 commit
  8. 22 Sep, 2022 1 commit
  9. 16 Sep, 2022 1 commit
  10. 13 Sep, 2022 1 commit
  11. 01 Sep, 2022 1 commit
    • Shilong Zhang's avatar
      [Fix] Fix part of documentations (#1758) · 326bbf03
      Shilong Zhang authored
      
      
      * fix liar_det3d
      
      * fix ch liar_det3d
      
      * fix en and ch liar_seg and add formart results
      
      * resolve the comments
      
      * fix the nuscence
      
      * fix scannet
      
      * fix waymo det
      
      * fix docs
      
      * fix the doc
      
      * fix the command line
      
      * fix the command line
      
      * fix nuscence
      
      * fix nuscence
      
      * resolve the comments
      
      * resp;ve
      
      * Minor fix
      
      * Minor fix
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      326bbf03
  12. 31 Aug, 2022 1 commit
  13. 26 Aug, 2022 1 commit
  14. 17 Aug, 2022 1 commit
  15. 15 Aug, 2022 2 commits
  16. 09 Aug, 2022 1 commit
  17. 04 Aug, 2022 1 commit
  18. 20 Jul, 2022 1 commit