object detection 总结
1、基础
自己对于YOLOV1,2,3都比较熟悉。 RCNN也比较熟悉。这个是自己目前掌握的基础
2、第一步
看一下2019年的井喷的anchor free的网络
3、第二步
看一下以往,引用多的网路
4、第三步
看一下,2020最新的,但是在pwcode上面排名靠前的网络
2020优秀论文:
EfficientDet: Scalable and Efficient Object Detection,57
DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution
Rethinking Pre-training and Self-training
Revisiting the Sibling Head in Object Detector
Deep High-Resolution Representation Learning for Visual Recognition*52
HoughNet: Integrating near and long-range evidence for bottom-up object detection ??
M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network,101
优秀论文:
Acquisition of Localization Confidence for Accurate Object Detection,182
Scale-Aware Trident Networks for Object Detection,141
GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond,107
Path Aggregation Network for Instance Segmentation,400
Hybrid Task Cascade for Instance Segmentation ,139
SNIPER: Efficient Multi-Scale Training,141
Deformable ConvNets v2: More Deformable, Better Results,188
An Analysis of Scale Invariance in Object Detection - SNIP,218
Single-Shot Refinement Neural Network for Object Detection,414
Attention Augmented Convolutional Networks,58
SaccadeNet: A Fast and Accurate Object Detector
two stage:
Grid R-CNN, plus,46
Cascade R-CNN: Delving into High Quality Object Detection,571
Libra R-CNN: Towards Balanced Learning for Object Detection,115
Dynamic R-CNN: Towards High Quality Object Detection via Dynamic Training
one stage:
ExtremNet :Bottom-up Object Detection by Grouping Extreme and Center Points 2019,129
YoLOV5
YOLOv4: Optimal Speed and Accuracy of Object Detection*,17
anchor free的网络:
Scale-Equalizing Pyramid Convolution for Object Detection,2020
FoveaBox: Beyond Anchor-based Object Detector 2019,52
CornerNet: Detecting Objects as Paired Keypoints 2018 ,445
CornerNet-Lite (2019) (https://arxiv.org/abs/1904.08900)
CenterNet: Keypoint Triplets for Object Detection 2019,129
FCOS: Fully Convolutional One-Stage Object Detection 2019,206
Feature Selective Anchor-Free Module for Single-Shot Object Detection,144
object detection 总结的更多相关文章
- tensorfolw配置过程中遇到的一些问题及其解决过程的记录(配置SqueezeDet: Unified, Small, Low Power Fully Convolutional Neural Networks for Real-Time Object Detection for Autonomous Driving)
今天看到一篇关于检测的论文<SqueezeDet: Unified, Small, Low Power Fully Convolutional Neural Networks for Real- ...
- 论文阅读(Chenyi Chen——【ACCV2016】R-CNN for Small Object Detection)
Chenyi Chen--[ACCV2016]R-CNN for Small Object Detection 目录 作者和相关链接 方法概括 创新点和贡献 方法细节 实验结果 总结与收获点 参考文献 ...
- deep learning on object detection
回归工作一周,忙的头晕,看了两三篇文章,主要在写各种文档和走各种办事流程了-- 这次来写写object detection最近看的三篇文章吧.都不是最近的文章,但是是今年的文章,我也想借此让自己赶快熟 ...
- 论文阅读之 DECOLOR: Moving Object Detection by Detecting Contiguous Outliers in the Low-Rank Representation
DECOLOR: Moving Object Detection by Detecting Contiguous Outliers in the Low-Rank Representation Xia ...
- 目标检测--Rich feature hierarchies for accurate object detection and semantic segmentation(CVPR 2014)
Rich feature hierarchies for accurate object detection and semantic segmentation 作者: Ross Girshick J ...
- object detection技术演进:RCNN、Fast RCNN、Faster RCNN
object detection我的理解,就是在给定的图片中精确找到物体所在位置,并标注出物体的类别.object detection要解决的问题就是物体在哪里,是什么这整个流程的问题.然而,这个问题 ...
- TensorFlow Object Detection API(Windows下测试)
"Speed/accuracy trade-offs for modern convolutional object detectors." Huang J, Rathod V, ...
- Object Detection · RCNN论文解读
转载请注明作者:梦里茶 Object Detection,顾名思义就是从图像中检测出目标对象,具体而言是找到对象的位置,常见的数据集是PASCAL VOC系列.2010年-2012年,Object D ...
- 使用TensorFlow Object Detection API+Google ML Engine训练自己的手掌识别器
上次使用Google ML Engine跑了一下TensorFlow Object Detection API中的Quick Start(http://www.cnblogs.com/take-fet ...
- Object Detection︱RCNN、faster-RCNN框架的浅读与延伸内容笔记
一.RCNN,fast-RCNN.faster-RCNN进化史 本节由CDA深度学习课堂,唐宇迪老师教课,非常感谢唐老师课程中的论文解读,很有帮助. . 1.Selective search 如何寻找 ...
随机推荐
- PHP基础:(常量变量,数据类型,类型转换)
预定义变量(系统变量) $_GET:get方式提交的数据 $_POST:post方式提交的数据 $_REQUEST:$_GET,$_POST数据综合 $GLOBALS:PHP中所有的全局变量 $_SE ...
- C、C++、Java到Python,编程入门学习什么语言好?
摘要:回顾编程语言几十年来的兴衰起伏,似乎也折射了整个信息产业的变迁消亡,想要在技术的洪流里激流勇进,找准并学精一两门编程语言更加显得至关重要. 最近,TIOBE更新了7月的编程语言榜单,常年霸榜的C ...
- git分支管理的策略和冲突问题
目录 备注: 知识点 关于分支中的冲突 分支管理的策略 分支策略 备注: 本文参考于廖雪峰老师的博客Git教程.依照其博客进行学习和记录,感谢其无私分享,也欢迎各位查看原文. 知识点 git log ...
- 记SqlSugar ORM框架之找不到主键问题
前端时间在.NetCore项目中使用SqlSugar ORM框架(引用sqlSugarCore依赖包)的时候遇到了一个奇葩问题:对表进行数据更新操作的时候,报错 “ You cannot have n ...
- OSCP Learning Notes - Exploit(4)
Client Side Attacks Tool: setoolkit 1. Start setoolkit on Kali Linux. setoolkit 2. Select 1) Social- ...
- Python Ethical Hacking - VULNERABILITY SCANNER(6)
EXPLOITATION - XSS VULNS EXPLOITING XSS Run any javascript code. Beef framework can be used to hook ...
- echarts 实战 : 怎么处理特殊的图表数字 label ?
所谓Label,就是在图表上面显示的那个数字. 但有的时候我们需要柱状图堆叠. 那如果我们需要所有数字都在外面,并且以 320/210/310/410/1320 这样的形式显示呢? 那么 echart ...
- node 学习资源网址---存根
Node.js 使用场景 & 实战 Node.js雪球实战半年谈 雪球上的 Node.js 国内有哪些网站使用了 Node.js Node.js & Uber Node.js 的优势和 ...
- python---filecmp 实现文件,目录,遍历子目录的差异对比功能。
python---filecmp ilecmp可以实现文件,目录,遍历子目录的差异对比功能. 自带filecmp模块,无需安装. 常用方法说明 filecmp提供3个操作方法,cmp(单文件对比),c ...
- IO流——字节流、字符流
在程序中所有的数据都是以流的方式进行传输或保存的,程序需要数据的时候要使用输入流读取数据,而当程序需要将一些数据保存起来的时候,就要使用输出流完成. 流的分类 ① 流按其流向分为“输入流”和“输出 ...