1. 12 May, 2023 1 commit
    • Sun Jiahao's avatar
      [Docs] Add readme of TPVFormer (#2517) · 737c29f2
      Sun Jiahao authored
      * fix polarmix UT
      
      * init tpvformer
      
      * add nus seg
      
      * add nus seg
      
      * test done
      
      * Delete change_key.py
      
      * Delete test_dcn.py
      
      * remove seg eval
      
      * fix encoder
      
      * init train
      
      * train ready
      
      * remove asynctest
      
      * change test.yml
      
      * pr_stage_test.yml & merge_stage_test.yml
      
      * pip install wheel
      
      * pip install wheel all
      
      * check type hint
      
      * check comments
      
      * remove Photo aug
      
      * fix p2v
      
      * fix docsting & fix config filepath
      
      * add readme
      
      * rename configs
      
      * fix log path
      737c29f2
  2. 11 May, 2023 1 commit
    • Sun Jiahao's avatar
      [Feature] Add TPVFormer in `Projects` (#2399) · 52fe5baa
      Sun Jiahao authored
      * fix polarmix UT
      
      * init tpvformer
      
      * add nus seg
      
      * add nus seg
      
      * test done
      
      * Delete change_key.py
      
      * Delete test_dcn.py
      
      * remove seg eval
      
      * fix encoder
      
      * init train
      
      * train ready
      
      * remove asynctest
      
      * change test.yml
      
      * pr_stage_test.yml & merge_stage_test.yml
      
      * pip install wheel
      
      * pip install wheel all
      
      * check type hint
      
      * check comments
      
      * remove Photo aug
      
      * fix p2v
      
      * fix docsting & fix config filepath
      52fe5baa
  3. 10 May, 2023 2 commits
  4. 20 Mar, 2023 1 commit
  5. 16 Mar, 2023 1 commit
  6. 13 Mar, 2023 1 commit
  7. 23 Feb, 2023 1 commit
  8. 20 Feb, 2023 1 commit
  9. 08 Feb, 2023 1 commit
  10. 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
  11. 19 Jan, 2023 1 commit
  12. 16 Jan, 2023 1 commit
  13. 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
  14. 03 Dec, 2022 1 commit