1. 01 Aug, 2023 1 commit
  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. 13 Mar, 2023 1 commit
  4. 23 Feb, 2023 1 commit
  5. 08 Feb, 2023 1 commit
  6. 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