参考博文:
1.Sci-Hub | Context-Aware Block Net for Small Object Detection | 10.1109/TCYB.2020.3004636 (et-fine.com)
今天看的这篇论文是吕培教授发表在IEEE TRANS上的Context-Aware Block Net for Small Object Detection,ok,开始进入...
参考博文:
1.Grad-CAM: Visual Explanations From Deep Networks via Gradient-Based Localization
2.jacobgil/pytorch-grad-cam: Advanced AI Explainability for computer vision. Support for CNNs, Vision Trans...
论文地址:Receptive Field Block Net for Accurate and Fast Object Detection (thecvf.com)
代码地址:https://github.com/ruinmessi/RFBNet
Q1RFB模块是怎么考虑感受野尺寸和离心率之间的关系的?
论文地址:Focal loss for dense object detection
源码地址:RetinaNet
文章引用代码地址:https://github.com/bubbliiiing/retinanet-pytorch
文章出处:https://blog.csdn.net/weixin_44791964/article/details/108319189
实现思路Retinane...