OpenMMLab Detection Toolbox and Benchmark https://mmdetection.readthedocs.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Guangchen Lin 321eb30034
[Enhancement] Modify metafiles (#5496)
3 years ago
..
README.md [Docs] change tag into comment (#5043) 4 years ago
ld_r18_gflv1_r101_fpn_coco_1x.py [Refactor] move model.pretrained to model.backbone.init_cfg (#5370) 3 years ago
ld_r34_gflv1_r101_fpn_coco_1x.py [Refactor] move model.pretrained to model.backbone.init_cfg (#5370) 3 years ago
ld_r50_gflv1_r101_fpn_coco_1x.py [Refactor] move model.pretrained to model.backbone.init_cfg (#5370) 3 years ago
ld_r101_gflv1_r101dcn_fpn_coco_2x.py [Refactor] move model.pretrained to model.backbone.init_cfg (#5370) 3 years ago
metafile.yml [Enhancement] Modify metafiles (#5496) 3 years ago

README.md

Localization Distillation for Object Detection

Introduction

@Article{zheng2021LD,
  title={Localization Distillation for Object Detection},
  author= {Zhaohui Zheng, Rongguang Ye, Ping Wang, Jun Wang, Dongwei Ren, Wangmeng Zuo},
  journal={arXiv:2102.12252},
  year={2021}
}

GFocalV1 with LD

Teacher Student Training schedule Mini-batch size AP (val) AP50 (val) AP75 (val) Config
-- R-18 1x 6 35.8 53.1 38.2
R-101 R-18 1x 6 36.5 52.9 39.3 config
-- R-34 1x 6 38.9 56.6 42.2
R-101 R-34 1x 6 39.8 56.6 43.1 config
-- R-50 1x 6 40.1 58.2 43.1
R-101 R-50 1x 6 41.1 58.7 44.9 config
-- R-101 2x 6 44.6 62.9 48.4
R-101-DCN R-101 2x 6 45.4 63.1 49.5 config

Note

  • Meaning of Config name: ld_r18(student model)_gflv1(based on gflv1)_r101(teacher model)_fpn(neck)_coco(dataset)_1x(12 epoch).py