zoukankan      html  css  js  c++  java
  • 缺陷检测~检测网络

    论文题目《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分类器:

  • 相关阅读:
    Shell IFS
    Crontab
    linux awk
    free
    条件语句练习2
    条件语句练习
    打印菜单
    条件测试语法
    read 命令
    jQuery(实例)
  • 原文地址:https://www.cnblogs.com/wjjcjj/p/14596859.html
Copyright © 2011-2022 走看看