Code of CVPR 2019 Paper: Region Proposal by Guided Anchoring (#594)
* add two stage w/o neck and w/ upperneck * add rpn r50 c4 * update c4 configs * fix * config update * update config * minor update * mask rcnn support c4 train and test * lr fix * cascade support upper_neck * add cascade c4 config * update config * update * update res_layer to new interface * refactoring * c4 configs update * refactoring * update rpn_c4 config * rename upper_neck as shared_head * update * update configs * update * update c4 configs * update according to commits * update * add ga rpn * test bug fix * test bug fix with loc_filter_thr is large * update configs * update configs * add ga_retinanet * ga test bug fix * update configs * update * init masked conv * update * update masked conv * update * support no ga_sampler * update * update * test with masked_conv * update comment * fix flake errors * fix flake 8 errors * refactor bounded iou loss * refactor ga_retina_head * update configs * refactor masked conv * fix flake8 error * refactor guided_anchor_head and ga_rpn_head * update configs * use_sigmoid_cls -> cls_sigmoid_loss; use_focal_loss -> cls_focal_loss * refactoring * cls_sigmoid_loss -> use_sigmoid_cls * fix flake8 error * add some docs * rename normalize to norm_cfg * update configs * add readme * update ga_faster config * update readme * update readme * rename configs as r50_caffe * merge master * refactor guided anchor target * update readme * update approx mas iou assigner * refactor guided anchor target * update docstring * refactor ga heads * fix flake8 error * update readme * update model url * update comments * refactor get anchors * update docstring * not use_loc_filter during training * add R-101 results * update to support build loss api * fix flake8 error * update readme with x-101 performances * update readme * add a link in project readme * refactor code about ga shape inside flags * update * update * add x101 config files * add ga_rpn r101 config * update some comments * add comments * add comments * update comments * fix flake8 error
Showing
- MODEL_ZOO.md 4 additions, 0 deletionsMODEL_ZOO.md
- compile.sh 7 additions, 0 deletionscompile.sh
- configs/guided_anchoring/README.md 42 additions, 0 deletionsconfigs/guided_anchoring/README.md
- configs/guided_anchoring/ga_fast_r50_caffe_fpn_1x.py 130 additions, 0 deletionsconfigs/guided_anchoring/ga_fast_r50_caffe_fpn_1x.py
- configs/guided_anchoring/ga_faster_r50_caffe_fpn_1x.py 193 additions, 0 deletionsconfigs/guided_anchoring/ga_faster_r50_caffe_fpn_1x.py
- configs/guided_anchoring/ga_faster_x101_32x4d_fpn_1x.py 193 additions, 0 deletionsconfigs/guided_anchoring/ga_faster_x101_32x4d_fpn_1x.py
- configs/guided_anchoring/ga_retinanet_r50_caffe_fpn_1x.py 152 additions, 0 deletionsconfigs/guided_anchoring/ga_retinanet_r50_caffe_fpn_1x.py
- configs/guided_anchoring/ga_retinanet_x101_32x4d_fpn_1x.py 152 additions, 0 deletionsconfigs/guided_anchoring/ga_retinanet_x101_32x4d_fpn_1x.py
- configs/guided_anchoring/ga_rpn_r101_caffe_rpn_1x.py 151 additions, 0 deletionsconfigs/guided_anchoring/ga_rpn_r101_caffe_rpn_1x.py
- configs/guided_anchoring/ga_rpn_r50_caffe_fpn_1x.py 151 additions, 0 deletionsconfigs/guided_anchoring/ga_rpn_r50_caffe_fpn_1x.py
- configs/guided_anchoring/ga_rpn_x101_32x4d_fpn_1x.py 151 additions, 0 deletionsconfigs/guided_anchoring/ga_rpn_x101_32x4d_fpn_1x.py
- mmdet/core/anchor/__init__.py 6 additions, 2 deletionsmmdet/core/anchor/__init__.py
- mmdet/core/anchor/guided_anchor_target.py 285 additions, 0 deletionsmmdet/core/anchor/guided_anchor_target.py
- mmdet/core/bbox/assigners/__init__.py 4 additions, 1 deletionmmdet/core/bbox/assigners/__init__.py
- mmdet/core/bbox/assigners/approx_max_iou_assigner.py 116 additions, 0 deletionsmmdet/core/bbox/assigners/approx_max_iou_assigner.py
- mmdet/core/loss/__init__.py 7 additions, 6 deletionsmmdet/core/loss/__init__.py
- mmdet/core/loss/losses.py 89 additions, 8 deletionsmmdet/core/loss/losses.py
- mmdet/models/anchor_heads/__init__.py 8 additions, 2 deletionsmmdet/models/anchor_heads/__init__.py
- mmdet/models/anchor_heads/ga_retina_head.py 107 additions, 0 deletionsmmdet/models/anchor_heads/ga_retina_head.py
- mmdet/models/anchor_heads/ga_rpn_head.py 127 additions, 0 deletionsmmdet/models/anchor_heads/ga_rpn_head.py
Loading
Please register or sign in to comment