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

最新文章

  1. java JSP(原创新手可进)
  2. 采用UDP协议实现PIC18F97J60 ethernet bootloader
  3. EasyUI Combobox设定默认值
  4. Linux rpm安装问题解决
  5. 修改win7登录界面
  6. Duilib 鼠标在某控件例如按钮上悬停后,对目标控件操作
  7. python练习程序(c100经典例4)
  8. Java获取当前目录方法整理
  9. unity3d 随机生成地形之随机山脉
  10. K - 计算球体积
  11. 3.集--LinkedTransferQueue得知
  12. 每天一个Linux命令 6
  13. MySQL的Illegal mix of collationsy异常原因和解决方法
  14. remap.config文件配置模板
  15. Yii2 设计模式——静态工厂模式
  16. C# MD5 加密
  17. AT2112 Non-redundant Drive
  18. 100 webhook implementations
  19. 深入理解java虚拟机(六)字节码指令简介
  20. SQL Server 的动态语句(SQLServer 的String.format用法)(SQLServer的调用SQL占位符的使用)

热门文章

  1. (四)学习了解OrchardCore笔记——将模块的名字添加到程序集的ModuleName
  2. MnasNet:经典轻量级神经网络搜索方法 | CVPR 2019
  3. 计算机网络期末实验考题(Pacekt Tracer搭建网络拓扑实现通信)
  4. 用Eclipse进行单元测试JUnit4
  5. 史上最全的 jmeter 获取 jdbc 数据使用的4种方法——(软件测试Python自动化)
  6. 从连接器组件看Tomcat的线程模型——NIO模式
  7. javascript兼容性:展开运算符 ... 的降级
  8. NameBeta - 多家比价以节省咱的域名注册成本
  9. StringBuilder和 String的区别?
  10. PWN头秃之旅 - 4.Retrun-into-libc(攻防世界-level1)