"examples/modelfile-recipemaker/Modelfile" did not exist on "bbb67002c3eda50dd9f83e58d154eb64345209e9"
  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. 20 Mar, 2023 1 commit
  4. 13 Mar, 2023 1 commit
  5. 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
  6. 16 Jan, 2023 1 commit
  7. 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