zoukankan      html  css  js  c++  java
  • 常用CTPN、CRNN文本检测识别框架

    一、SWT识别:

    yestinsong/Text-Detection( Text Detection System with MSER , SWT and Text Verification(fft and pca) )
    https://github.com/yestinsong/Text-Detection
    
    aperrau/DetectText:Detect text with stroke width transform.
    https://github.com/aperrau/DetectText
    
    
    liuliu/ccv: (C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library http://libccv.org )
    https://github.com/liuliu/ccv



    二、基于智能学习:caffe和crnn

           备注:CTPN :Connectionist Text Proposal Network

    crnn(Convolutional Recurrent Neural Network 卷积循环神经网路)
    
    
    tesseract-ocr/tesseract
    https://github.com/tesseract-ocr/tesseract
    
    tianzhi0549/CTPN : (Detecting Text in Natural Image with Connectionist Text Proposal Network http://textdet.com)
    https://github.com/tianzhi0549/CTPN   
    
    
    bgshih/crnn:Convolutional Recurrent Neural Network (CRNN) for image-based sequence recognition.
    https://github.com/bgshih/crnn
    
    bear63/sceneReco (CTPN+CRNN)
    https://github.com/bear63/sceneReco
    
    AKSHAYUBHAT/DeepVideoAnalytics  (CTPN+CRNN)
    https://github.com/AKSHAYUBHAT/DeepVideoAnalytics/tree/master/notebooks/OCR
    
    Crnn中文end-to-end识别
    http://blog.csdn.net/u013293750/article/details/73188934
    
    ankush-me/SynthText
    https://github.com/ankush-me/SynthText
    
    JarveeLee/SynthText_Chinese_version
    https://github.com/JarveeLee/SynthText_Chinese_version

    以上内容来源于:https://blog.csdn.net/weixin_38197294/article/details/78659650  非常非常感谢源作者分享。

  • 相关阅读:
    Mac下java环境jdk、maven环境安装
    Pandas基本操作
    python-numpy入门
    深度学习-Pytorch基础
    深度学习-手写数字识别代码
    机器学习-梯度下降算法案例
    机器学习-EM算法
    机器学习-特征选择
    机器学习-聚类
    机器学习-朴素贝叶斯
  • 原文地址:https://www.cnblogs.com/songxingzhu/p/9337809.html
Copyright © 2011-2022 走看看