论文题目《Automatic Defect Detection of Fasteners on the Catenary Support Device Using Deep Convolutional Neural Network》
下载地址:https://ieeexplore.ieee.org/abstract/document/8126877
面对的问题:
紧固件检测:
采用的网络:
先检测位置,再进行分类。SSD进行粗检测,YOLO在粗检测的基础上进行细检测,DCNN对细检测的结果进行分类。
SSD检测网络:标记为红色的是用来做检测的层
YOLO框架:
DCNN分类器: