Change V2.0 coors (#2380)
* Refactor (all): change coordinate system * Fix (mask_head): fix cat -1 bug in mask_paste * Fix (unittest) : modify unittest and pass CI * reformat to pass CI * Fix round coordinates bugs * clean file * Fix (test): use cpu version of aligned roi_align in tests * Refactor (mask): clean np.stack * Refactor (head): reformat code and fix missing -1 * Reformat: reformat and add doc strings * Refactor (mask_head): more clea docstring
Showing
- mmdet/core/anchor/anchor_generator.py 13 additions, 14 deletionsmmdet/core/anchor/anchor_generator.py
- mmdet/core/anchor/guided_anchor_target.py 6 additions, 6 deletionsmmdet/core/anchor/guided_anchor_target.py
- mmdet/core/bbox/geometry.py 12 additions, 12 deletionsmmdet/core/bbox/geometry.py
- mmdet/core/bbox/transforms.py 23 additions, 23 deletionsmmdet/core/bbox/transforms.py
- mmdet/core/evaluation/bbox_overlaps.py 4 additions, 6 deletionsmmdet/core/evaluation/bbox_overlaps.py
- mmdet/core/evaluation/mean_ap.py 12 additions, 12 deletionsmmdet/core/evaluation/mean_ap.py
- mmdet/core/mask/mask_target.py 6 additions, 6 deletionsmmdet/core/mask/mask_target.py
- mmdet/core/mask/structures.py 37 additions, 25 deletionsmmdet/core/mask/structures.py
- mmdet/datasets/cityscapes.py 1 addition, 1 deletionmmdet/datasets/cityscapes.py
- mmdet/datasets/coco.py 4 additions, 4 deletionsmmdet/datasets/coco.py
- mmdet/datasets/pipelines/instaboost.py 10 additions, 4 deletionsmmdet/datasets/pipelines/instaboost.py
- mmdet/datasets/pipelines/transforms.py 8 additions, 8 deletionsmmdet/datasets/pipelines/transforms.py
- mmdet/datasets/xml_style.py 1 addition, 0 deletionsmmdet/datasets/xml_style.py
- mmdet/models/anchor_heads/fcos_head.py 2 additions, 2 deletionsmmdet/models/anchor_heads/fcos_head.py
- mmdet/models/anchor_heads/ga_rpn_head.py 2 additions, 2 deletionsmmdet/models/anchor_heads/ga_rpn_head.py
- mmdet/models/anchor_heads/rpn_head.py 2 additions, 2 deletionsmmdet/models/anchor_heads/rpn_head.py
- mmdet/models/anchor_heads/ssd_head.py 1 addition, 1 deletionmmdet/models/anchor_heads/ssd_head.py
- mmdet/models/bbox_heads/bbox_head.py 2 additions, 2 deletionsmmdet/models/bbox_heads/bbox_head.py
- mmdet/models/losses/iou_loss.py 8 additions, 8 deletionsmmdet/models/losses/iou_loss.py
- mmdet/models/mask_heads/fcn_mask_head.py 135 additions, 34 deletionsmmdet/models/mask_heads/fcn_mask_head.py
Loading
Please register or sign in to comment