"docs_zh-CN/api.rst" did not exist on "3298db8ade23adb77bbfad539f51161c34bfbc45"
  • 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
test_detectors.py 13.6 KB