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.
BigDong
11f3ca2ba6
|
3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
metafile.yml | 3 years ago | |
sabl_cascade_rcnn_r50_fpn_1x_coco.py | 4 years ago | |
sabl_cascade_rcnn_r101_fpn_1x_coco.py | 3 years ago | |
sabl_faster_rcnn_r50_fpn_1x_coco.py | 4 years ago | |
sabl_faster_rcnn_r101_fpn_1x_coco.py | 3 years ago | |
sabl_retinanet_r50_fpn_1x_coco.py | 4 years ago | |
sabl_retinanet_r50_fpn_gn_1x_coco.py | 4 years ago | |
sabl_retinanet_r101_fpn_1x_coco.py | 3 years ago | |
sabl_retinanet_r101_fpn_gn_1x_coco.py | 3 years ago | |
sabl_retinanet_r101_fpn_gn_2x_ms_480_960_coco.py | 3 years ago | |
sabl_retinanet_r101_fpn_gn_2x_ms_640_800_coco.py | 3 years ago |
README.md
Side-Aware Boundary Localization for More Precise Object Detection
Introduction
We provide config files to reproduce the object detection results in the ECCV 2020 Spotlight paper for Side-Aware Boundary Localization for More Precise Object Detection.
@inproceedings{Wang_2020_ECCV,
title = {Side-Aware Boundary Localization for More Precise Object Detection},
author = {Jiaqi Wang and Wenwei Zhang and Yuhang Cao and Kai Chen and Jiangmiao Pang and Tao Gong and Jianping Shi and Chen Change Loy and Dahua Lin},
booktitle = {ECCV},
year = {2020}
}
Results and Models
The results on COCO 2017 val is shown in the below table. (results on test-dev are usually slightly higher than val). Single-scale testing (1333x800) is adopted in all results.
Method | Backbone | Lr schd | ms-train | box AP | Config | Download |
---|---|---|---|---|---|---|
SABL Faster R-CNN | R-50-FPN | 1x | N | 39.9 | config | model | log |
SABL Faster R-CNN | R-101-FPN | 1x | N | 41.7 | config | model | log |
SABL Cascade R-CNN | R-50-FPN | 1x | N | 41.6 | config | model | log |
SABL Cascade R-CNN | R-101-FPN | 1x | N | 43.0 | config | model | log |
Method | Backbone | GN | Lr schd | ms-train | box AP | Config | Download |
---|---|---|---|---|---|---|---|
SABL RetinaNet | R-50-FPN | N | 1x | N | 37.7 | config | model | log |
SABL RetinaNet | R-50-FPN | Y | 1x | N | 38.8 | config | model | log |
SABL RetinaNet | R-101-FPN | N | 1x | N | 39.7 | config | model | log |
SABL RetinaNet | R-101-FPN | Y | 1x | N | 40.5 | config | model | log |
SABL RetinaNet | R-101-FPN | Y | 2x | Y (640~800) | 42.9 | config | model | log |
SABL RetinaNet | R-101-FPN | Y | 2x | Y (480~960) | 43.6 | config | model | log |