1. 30 Jan, 2023 1 commit
    • 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
  2. 05 Jan, 2023 1 commit
    • 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