- Image Classification
- Semantic Segmentation
- Object Detection: 目标检测算法
- Pose Estimation
- Instance Segmentation
0.1 Image Classification
0.1.1 VGG: Visual Geometry Group
VGG是Oxford的Visual Geometry Group的组提出的
0.1.2 资源
A. 中文
B. 英文
arxiv: Very Deep Convolutional Networks for Large-Scale Image Recognition
通天塔: Very Deep Convolutional Networks for Large-Scale Image Recognition
0.2 Semantic Segmentation
0.3 Object Detection: 目标检测算法
0.3.1 YOLO: Real-Time Object Detection
You only look once (YOLO)
0.3.1.1 资源
A. 中文
B. 英文
0.3.2 SSD: Single Shot MultiBox Detector
使用单个深层神经网络检测图像中对象的方法
单次检测器
SSD方法基于前馈卷积网络,其产生固定大小的边界框集合和框中对象类别的分数,接着是非最大化抑制步骤以产生最终检测。
Region Proposal:候选区域
0.3.2.1 资源
A. 中文
B. 英文