Code for Paper "Bridging the Gap Between Anchor-based and Anchor-free… (#1872)
* Code for Paper "Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection"
* fix format
* changed the code according to the Changes requested
* update benchmark
* minor refactoring
* minor fix
* update model_zoo and support models
Co-authored-by:
Cao Yuhang <yhcao6@gmail.com>
Showing
- README.md 1 addition, 0 deletionsREADME.md
- configs/atss/README.md 20 additions, 0 deletionsconfigs/atss/README.md
- configs/atss/atss_r50_fpn_1x.py 127 additions, 0 deletionsconfigs/atss/atss_r50_fpn_1x.py
- docs/MODEL_ZOO.md 3 additions, 0 deletionsdocs/MODEL_ZOO.md
- mmdet/core/anchor/__init__.py 4 additions, 2 deletionsmmdet/core/anchor/__init__.py
- mmdet/core/bbox/assigners/__init__.py 2 additions, 1 deletionmmdet/core/bbox/assigners/__init__.py
- mmdet/core/bbox/assigners/atss_assigner.py 159 additions, 0 deletionsmmdet/core/bbox/assigners/atss_assigner.py
- mmdet/models/anchor_heads/__init__.py 3 additions, 1 deletionmmdet/models/anchor_heads/__init__.py
- mmdet/models/anchor_heads/atss_head.py 487 additions, 0 deletionsmmdet/models/anchor_heads/atss_head.py
- mmdet/models/detectors/__init__.py 2 additions, 1 deletionmmdet/models/detectors/__init__.py
- mmdet/models/detectors/atss.py 16 additions, 0 deletionsmmdet/models/detectors/atss.py
- mmdet/models/losses/__init__.py 3 additions, 2 deletionsmmdet/models/losses/__init__.py
- mmdet/models/losses/iou_loss.py 77 additions, 0 deletionsmmdet/models/losses/iou_loss.py
Loading
Please register or sign in to comment