1. 03 Dec, 2022 2 commits
  2. 31 Aug, 2022 1 commit
  3. 30 Aug, 2022 1 commit
  4. 24 Nov, 2021 1 commit
    • Tai-Wang's avatar
      [Feature] Support PGD nuScenes benchmark (#1065) · 71c79968
      Tai-Wang authored
      * Support PGD nuscenes benchmark
      
      * Update nuScenes benchmark
      
      * Update metafile.yml
      
      * Update model_zoo.md
      
      * Update model_zoo.md
      
      * Add 2x schedule configs
      
      * Update 2x schedule config links
      
      * Update 2x schedule meta infos
      71c79968
  5. 23 Apr, 2021 1 commit
    • twang's avatar
      [Feature] Support FCOS3D head (#442) · f7356f4b
      twang authored
      * Support base mono3d dense head and anchor free mono3d head
      
      * Support FCOS3D head
      
      * Support FCOS3D baseline on nuScenes
      
      * Fix an import error caused by update of mmcv/mmdet
      
      * Change img_scale to scale_factor in the MultiScaleFlipAug in the config
      
      * Add pred_bbox2d in the params of anchor_free_mono3d_head
      
      * Add unit test for fcos3d head
      
      * Fix a minor bug when setting img_metas in the unit test
      
      * Add unit test for fcos3d detector
      
      * Simplify the logic of weights initialization
      
      * Add comments to specify the reason of cloning features
      
      * Update head config
      f7356f4b