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. 19 Jan, 2023 1 commit
  3. 16 Jan, 2023 1 commit
  4. 05 Jan, 2023 2 commits
    • 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
  5. 03 Dec, 2022 1 commit