1. 28 Mar, 2023 1 commit
    • Jingwei Zhang's avatar
      [Feature] Support MultiModalityDet3DInferencer (#2342) · c9fd5a6a
      Jingwei Zhang authored
      * add multimodality inferencer
      
      * add multimodality inferencer
      
      * add Loader and Inferencer, fix some mono vis bugs
      
      * add UT for multi_modality_inferencer
      
      * add calib file in UT
      
      * fix type hint
      
      * resolve comments
      
      * small update
      
      * update to Base3DInferencer
      
      * fix docstring
      
      * minor fix
      
      * resolve comments
      
      * resolve comments
      
      * add suffix check
      
      * fix UT
      c9fd5a6a
  2. 20 Mar, 2023 1 commit
  3. 13 Mar, 2023 1 commit
  4. 20 Feb, 2023 1 commit
  5. 16 Feb, 2023 1 commit
  6. 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
    • 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
  7. 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
  8. 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
  9. 03 Dec, 2022 2 commits
    • 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
  10. 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
  11. 10 Oct, 2022 1 commit
  12. 08 Oct, 2022 1 commit
  13. 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
  14. 31 Aug, 2022 1 commit
  15. 26 Aug, 2022 1 commit
  16. 17 Aug, 2022 1 commit
  17. 15 Aug, 2022 2 commits
  18. 04 Aug, 2022 1 commit
  19. 20 Jul, 2022 10 commits
  20. 27 Apr, 2022 1 commit
  21. 30 Mar, 2022 1 commit
    • ChaimZhu's avatar
      [Enhance] Add Windows CI after moving ops (#1345) · eaa4f03d
      ChaimZhu authored
      * lock mmcv version
      
      * change to cpu
      
      * change int to int64
      
      * fix tempfile error
      
      * change tensor
      
      * change tensor
      
      * change cpu
      
      * complete windows ci
      
      * change dtype
      
      * change data type to numpy
      
      * change tensor to numpy
      
      * fix comments
      eaa4f03d
  22. 03 Mar, 2022 1 commit
  23. 20 Oct, 2021 1 commit
  24. 13 Oct, 2021 1 commit
  25. 24 Sep, 2021 1 commit
    • Yezhen Cong's avatar
      [Refactor] Refactor code structure and docstrings (#803) · 53435c62
      Yezhen Cong authored
      * refactor points_in_boxes
      
      * Merge same functions of three boxes
      
      * More docstring fixes and unify x/y/z size
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Remove None in function param type
      
      * Fix unittest
      
      * Add comments for NMS functions
      
      * Merge methods of Points
      
      * Add unittest
      
      * Add optional and default value
      
      * Fix box conversion and add unittest
      
      * Fix comments
      
      * Add unit test
      
      * Indent
      
      * Fix CI
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Add unit test for box bev
      
      * More unit tests and refine docstrings in box_np_ops
      
      * Fix comment
      
      * Add deprecation warning
      53435c62
  26. 19 Aug, 2021 1 commit
  27. 06 Aug, 2021 1 commit