Fix IOU assigners when ignore_of_thr > 0 and no pred boxes (#2135)
* Fix IOU assigners when ignore_of_thr > 0 and no pred boxes * remove extra brakets * fix test linter
Showing
- mmdet/core/bbox/assigners/approx_max_iou_assigner.py 2 additions, 2 deletionsmmdet/core/bbox/assigners/approx_max_iou_assigner.py
- mmdet/core/bbox/assigners/max_iou_assigner.py 2 additions, 2 deletionsmmdet/core/bbox/assigners/max_iou_assigner.py
- tests/test_assigner.py 36 additions, 0 deletionstests/test_assigner.py
Please register or sign in to comment