add RepPoints support (#1256)
* add reppoints head, reppoints detector and the config files. * add reppoints generator, target and the center-based assigner. * add readme for RepPoints
Showing
- configs/reppoints/README.md 62 additions, 0 deletionsconfigs/reppoints/README.md
- configs/reppoints/bbox_r50_grid_center_fpn_1x.py 143 additions, 0 deletionsconfigs/reppoints/bbox_r50_grid_center_fpn_1x.py
- configs/reppoints/bbox_r50_grid_fpn_1x.py 148 additions, 0 deletionsconfigs/reppoints/bbox_r50_grid_fpn_1x.py
- configs/reppoints/reppoints.png 0 additions, 0 deletionsconfigs/reppoints/reppoints.png
- configs/reppoints/reppoints_minmax_r50_fpn_1x.py 142 additions, 0 deletionsconfigs/reppoints/reppoints_minmax_r50_fpn_1x.py
- configs/reppoints/reppoints_moment_r101_dcn_fpn_2x.py 145 additions, 0 deletionsconfigs/reppoints/reppoints_moment_r101_dcn_fpn_2x.py
- configs/reppoints/reppoints_moment_r101_dcn_fpn_2x_mt.py 149 additions, 0 deletionsconfigs/reppoints/reppoints_moment_r101_dcn_fpn_2x_mt.py
- configs/reppoints/reppoints_moment_r101_fpn_2x.py 142 additions, 0 deletionsconfigs/reppoints/reppoints_moment_r101_fpn_2x.py
- configs/reppoints/reppoints_moment_r101_fpn_2x_mt.py 146 additions, 0 deletionsconfigs/reppoints/reppoints_moment_r101_fpn_2x_mt.py
- configs/reppoints/reppoints_moment_r50_fpn_1x.py 142 additions, 0 deletionsconfigs/reppoints/reppoints_moment_r50_fpn_1x.py
- configs/reppoints/reppoints_moment_r50_fpn_2x.py 142 additions, 0 deletionsconfigs/reppoints/reppoints_moment_r50_fpn_2x.py
- configs/reppoints/reppoints_moment_r50_fpn_2x_mt.py 146 additions, 0 deletionsconfigs/reppoints/reppoints_moment_r50_fpn_2x_mt.py
- configs/reppoints/reppoints_moment_x101_dcn_fpn_2x.py 150 additions, 0 deletionsconfigs/reppoints/reppoints_moment_x101_dcn_fpn_2x.py
- configs/reppoints/reppoints_moment_x101_dcn_fpn_2x_mt.py 154 additions, 0 deletionsconfigs/reppoints/reppoints_moment_x101_dcn_fpn_2x_mt.py
- configs/reppoints/reppoints_partial_minmax_r50_fpn_1x.py 142 additions, 0 deletionsconfigs/reppoints/reppoints_partial_minmax_r50_fpn_1x.py
- mmdet/core/anchor/__init__.py 3 additions, 1 deletionmmdet/core/anchor/__init__.py
- mmdet/core/anchor/point_generator.py 34 additions, 0 deletionsmmdet/core/anchor/point_generator.py
- mmdet/core/anchor/point_target.py 165 additions, 0 deletionsmmdet/core/anchor/point_target.py
- mmdet/core/bbox/assigners/__init__.py 3 additions, 1 deletionmmdet/core/bbox/assigners/__init__.py
- mmdet/core/bbox/assigners/point_assigner.py 116 additions, 0 deletionsmmdet/core/bbox/assigners/point_assigner.py
Loading
Please register or sign in to comment