资源算法crnn.caffe

crnn.caffe

2020-01-08 | |  48 |   0 |   0

I have fixed the bug and update the model, you can view the new code and commit

我已经修复了之前提到的BUG并且更新的模型,你可看diff来判断。(终于更了

Convolutional Recurrent Neural Network

This software implements the Convolutional Recurrent Neural Network (CRNN) in caffe. Origin software could be found in crnn .You can also find the cnn.pytorch

Build

clone the code

git clone git@github.com:yalecyu/crnn.caffe.git

cd crnn.caffe

make

make pycaffe

If there some problems,you can confirm your basic the setting of caffe and server.Build this project is the same way like build caffe.

Test

For example,I run a smaill captcha model.You can use like: ./build/examples/cpp_recognition/recognition.bin (your).jpg (your).prototxt (your).caffemodel

./build/examples/cpp_recognition/recognition.bin data/captcha/11111-50550.png examples/crnn/deploy.prototxt examples/crnn/model/crnn_captcha_iter_1000.caffemodel

"5---0-5--55-0"   ====>    "50550"

Train

make data

python examples/crnn/generate_captcha.py

python examples/crnn/generate_dateset.py

  • You can read the image at data/captcha/

train

./examples/crnn/train.sh

Acknowledgements

The authors would like to thank the developers of  crnn  cnn.pytorch  warpctc-caffe,without your help ,I can't write the crnn.caffe.When I send the email to you,always get the suggest quickly.

Please let me know if you encounter any issues.


上一篇:CRNN_Attention_OCR_Chinese

下一篇:crnn-mxnet-chinese-text-recognition

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...