OCR总结目录

数据

  1. OCR-文本检测和文本识别的数据
    https://blog.csdn.net/qq_27009517/article/details/106237370

文本检测

  1. opencv中的MSER的使用和NMS后的矩形框
    https://blog.csdn.net/qq_27009517/article/details/106236781

  2. CTPN模型详解–Detecting Text in Natural Image with Connectionist Text Proposal Network
    https://blog.csdn.net/qq_27009517/article/details/102892354

  3. 翻译和笔记–FOTS: Fast Oriented Text Spotting with a Unified Network
    https://blog.csdn.net/qq_27009517/article/details/105951255

  4. FOTS测试时出现的错误
    https://blog.csdn.net/qq_27009517/article/details/105808616

  5. EAST-总结与翻译: An Efficient and Accurate Scene Text Detector
    https://blog.csdn.net/qq_27009517/article/details/106404062

文本识别

densenet和crnn模型

crnn

不定长文本识别和定长文本识别

NMS和lanms的使用

  1. lanms-pybind的笔记
    https://blog.csdn.net/qq_27009517/article/details/106477088

手写字的识别

  1. CycleGAN的源码测试
    https://blog.csdn.net/qq_27009517/article/details/105248244

相关知识

  1. shapely包的使用
    https://blog.csdn.net/qq_27009517/article/details/105790147

  2. IOU的计算
    https://blog.csdn.net/qq_27009517/article/details/105789532

猜你喜欢

转载自blog.csdn.net/qq_27009517/article/details/106710764
OCR