Code Release of ECCV 2020 Spotlight paper for Side-Aware Boundary Localization...
Code Release of ECCV 2020 Spotlight paper for Side-Aware Boundary Localization for More Precise Object Detection (#3603) * add sabl two stage * add sabl retina * ret cfg bug fix * test bug fix * minor update * update * add r101 two stage * update * add cfgs * add cfgs * update cfgs * format * format * add readme * fix isort * update * update readme * add doc string for sabl retina head * add doc string and rename some functions * add docstring for bucketing coder * update docstring * bucket_num -> num_buckets * bucket_pw -> bucket_w bucket_ph -> bucket_h * update label2onehot * update bucketing bbox coder doc * update * typo fix * bboxes_ -> rescaled_bboxes * rename some params in sabl head * init with mmcv.cnn * update doc * rename pos->post * update cfgs * update test cfg * update * add unitest for sabl head * add unitest for sabl retina * rename * minor rename * minor update * update docstring * update * use F.one_hot * update docstring * update test heads * update ReadMe * fix
Showing
- README.md 1 addition, 0 deletionsREADME.md
- configs/sabl/README.md 36 additions, 0 deletionsconfigs/sabl/README.md
- configs/sabl/sabl_cascade_rcnn_r101_fpn_1x_coco.py 88 additions, 0 deletionsconfigs/sabl/sabl_cascade_rcnn_r101_fpn_1x_coco.py
- configs/sabl/sabl_cascade_rcnn_r50_fpn_1x_coco.py 86 additions, 0 deletionsconfigs/sabl/sabl_cascade_rcnn_r50_fpn_1x_coco.py
- configs/sabl/sabl_faster_rcnn_r101_fpn_1x_coco.py 36 additions, 0 deletionsconfigs/sabl/sabl_faster_rcnn_r101_fpn_1x_coco.py
- configs/sabl/sabl_faster_rcnn_r50_fpn_1x_coco.py 34 additions, 0 deletionsconfigs/sabl/sabl_faster_rcnn_r50_fpn_1x_coco.py
- configs/sabl/sabl_retinanet_r101_fpn_1x_coco.py 52 additions, 0 deletionsconfigs/sabl/sabl_retinanet_r101_fpn_1x_coco.py
- configs/sabl/sabl_retinanet_r101_fpn_gn_1x_coco.py 54 additions, 0 deletionsconfigs/sabl/sabl_retinanet_r101_fpn_gn_1x_coco.py
- configs/sabl/sabl_retinanet_r101_fpn_gn_2x_ms_480_960_coco.py 71 additions, 0 deletions...igs/sabl/sabl_retinanet_r101_fpn_gn_2x_ms_480_960_coco.py
- configs/sabl/sabl_retinanet_r101_fpn_gn_2x_ms_640_800_coco.py 71 additions, 0 deletions...igs/sabl/sabl_retinanet_r101_fpn_gn_2x_ms_640_800_coco.py
- configs/sabl/sabl_retinanet_r50_fpn_1x_coco.py 50 additions, 0 deletionsconfigs/sabl/sabl_retinanet_r50_fpn_1x_coco.py
- configs/sabl/sabl_retinanet_r50_fpn_gn_1x_coco.py 52 additions, 0 deletionsconfigs/sabl/sabl_retinanet_r50_fpn_gn_1x_coco.py
- mmdet/core/bbox/__init__.py 4 additions, 3 deletionsmmdet/core/bbox/__init__.py
- mmdet/core/bbox/coder/__init__.py 3 additions, 1 deletionmmdet/core/bbox/coder/__init__.py
- mmdet/core/bbox/coder/bucketing_bbox_coder.py 339 additions, 0 deletionsmmdet/core/bbox/coder/bucketing_bbox_coder.py
- mmdet/core/bbox/transforms.py 32 additions, 0 deletionsmmdet/core/bbox/transforms.py
- mmdet/models/dense_heads/__init__.py 2 additions, 1 deletionmmdet/models/dense_heads/__init__.py
- mmdet/models/dense_heads/sabl_retina_head.py 622 additions, 0 deletionsmmdet/models/dense_heads/sabl_retina_head.py
- mmdet/models/roi_heads/bbox_heads/__init__.py 2 additions, 1 deletionmmdet/models/roi_heads/bbox_heads/__init__.py
- mmdet/models/roi_heads/bbox_heads/sabl_head.py 563 additions, 0 deletionsmmdet/models/roi_heads/bbox_heads/sabl_head.py
Loading
Please register or sign in to comment