发表评论取消回复
相关阅读
相关 《Distilling Object Detectors with Fine-grained Feature Imitation》论文笔记
代码地址:[Distilling-Object-Detectors][] 1. 概述 > 导读:这篇文章是在two stage检测网络Faster RCNN基础上使用知
相关 《SCDA:Adapting Object Detectors via Selective Cross-Domain Alignment》论文笔记
参考代码:[SCDA][] 1. 概述 > 导读:在之前的Domain Adaption文章中主要是针对分类/分割场景任务,对于检测场景下的挖掘不够,这是由于分类/分割
相关 《ReDet:A Rotation-equivariant Detector for Aerial Object Detection》论文笔记
参考代码:[ReDet][] 1. 概述 > 导读:这篇文章针对旋转目标检测问题提出了一种新的检测算法ReDet(Rotation-equivariant Detect
相关 《R3Det:Refined Single-Stage Detector with Feature Refinement for Rotating Object》论文笔记
参考代码: 1. TF实现版本:[R3Det\_Tensorflow][R3Det_Tensorflow] 2. Pytorch实现版本:[r3det-on-mmdete
相关 论文笔记:Distilling the Knowledge
原文:Distilling the Knowledge in a Neural Network Distilling the Knowledge 1、四个问题 1
相关 《SSD: Single Shot MultiBox Detector》论文笔记
1. 论文思想 SSD从网络中直接预测目标的类别与不同长宽比例的边界框。在这篇论文中提出的方法(SSD)并没有为边界框假设重采样像素或是特征,但是却达到了使用这种方案检测
相关 《Single-Shot Object Detection with Enriched Semantics》论文笔记
1. 概述 > 导读:这篇文章提出了新的一阶段检测算法Detection with Enriched Semantics(EDS),该算法在检测网络中通过semantic
相关 《Pixel-Anchor:A Fast Oriented Scene Text Detector with Combined Networks》论文笔记
1. 概述 > 导读:在前人的工作中已经将予以分割与通用目标检测框架运用到了文本检测任务中,但是它们都有对应的缺点,这篇文章将两个结合起来组成新的端到端训练的网络Pixe
相关 《PMTD:Pyramid Mask Text Detector》论文笔记
代码地址:[PMTD][] 1. 概述 > 导读:现有的一些基于Mask R-CNN的文本检测算法,在自然场景的文本检测已经取得了较为不错的性能,这篇文章也是在Mask
相关 《FoveaBox:Beyond Anchor-based Object Detector》论文笔记
代码地址:暂无 1. 概述 > 导读:这篇文章提出了一种基于非anchor机制的检测网络FoveaBox,这个网络在没有anchor的条件下直接学习目标存在的概率与检测
还没有评论,来说两句吧...