发表评论取消回复
相关阅读
相关 《EfficientDet:Scalable and Efficient Object Detection》论文笔记
代码地址:[EfficientDet.Pytorch][] 1. 概述 > 导读:这篇文章的总体思想上借鉴了EfficientNet的设计思路:使用缩放的思想按照需求的
相关 《Distilling Object Detectors with Fine-grained Feature Imitation》论文笔记
代码地址:[Distilling-Object-Detectors][] 1. 概述 > 导读:这篇文章是在two stage检测网络Faster RCNN基础上使用知
相关 目标检测《EfficientDet: Scalable and Efficient Object Detection》
EfficientDet特点: 1. 采用了带权重的双向FPN网络BiFPN进行特征融合,并通过模型学习得到不同特征的权重参数,不同的特征融合方式P3-P7,就得到了不
相关 Few-Shot Object Detection with Attention-RPN and Multi-Relation Detector Note
Few-Shot Object Detection with Attention-RPN and Multi-Relation Detector Note 先发一篇Not
相关 《ReDet:A Rotation-equivariant Detector for Aerial Object Detection》论文笔记
参考代码:[ReDet][] 1. 概述 > 导读:这篇文章针对旋转目标检测问题提出了一种新的检测算法ReDet(Rotation-equivariant Detect
相关 YOLOv4: Optimal Speed and Accuracy of Object Detection
YOLOv4: Optimal Speed and Accuracy of Object Detection 文章目录 YOLOv4: Optim
相关 ReDet:A Rotation-equivariant Detector for Aerial Object Detection
ReDet:A Rotation-equivariant Detector for Aerial Object Detection ![image-20210727140
相关 《RON: Reverse Connection with Objectness Prior Networks for Object Detection》论文笔记
代码:[RON][] 1. 概述 本篇文章提出了RON网络,该网络是受Faster RCNN与SSD的启发。在全卷积网络下实现RON: 1)对于多尺度目标检测这
相关 《Single-Shot Object Detection with Enriched Semantics》论文笔记
1. 概述 > 导读:这篇文章提出了新的一阶段检测算法Detection with Enriched Semantics(EDS),该算法在检测网络中通过semantic
相关 Object detection
在卷积神经网络中,感受野的定义是:卷积神经网络每一层输出的特征图(feature map)上的像素点在原始图像上映射的区域大小。 [论文列表链接][Link 1]
还没有评论,来说两句吧...