Giter Club home page Giter Club logo

east-crnn's Introduction

EAST-CRNN

使用EAST训练检测锚点位置,使用CRNN识别文字内容

安装

pip install -r requirements.tx

训练集:

  1. Google Drive
  2. Baidu 网盘链接 密码: gj0j

测试集:

  1. Google Drive
  2. Baidu 网盘链接 密码: 0kdu

下载训练集解压到当前目录,结构如下面:

data
  |___ img
  |___ gt

下载权重vgg16_bn-6c64b313.pth到pths文件夹下面,如果没有就创建pths文件夹

训练

  1. 训练east:
python script/train_east.py
  1. 训练crnn:
python script/train_crnn.py

测试

默认使用sample中的图片进行测试,且测试代码没有进行批量处理,所以速度不会很快,

python demo.py --crnn pths/crnn_20.pth --east pths/east_50.pth --output output

执行完成查看效果

其他

east采用advance east,使用vgg16作为主干网络,换成默认的PVAnet应该会加快速度

east-crnn's People

Contributors

hexmagic avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.