Git Product home page Git Product logo

Comments (3)

Breta01 avatar Breta01 commented on July 17, 2024

The most important are the word images. You only need the text files if you want to train Seq2seqX model or GapClassifier-BiRNN. Other word classifiers work without the text files, so you can train the CTC model just with the images.

If you really want to use the text files, you can create them manually using WordClassDM.py script. The text files contain an array of positions (x coordinates) of vertical lines which separate individual letters in the corresponding words.

from handwriting-ocr.

raina99 avatar raina99 commented on July 17, 2024

Is it important to make every image name unique by adding an random timestamp as I have resized and converted into grayscale. I mean would it create any problem if I run the CTC classifier for it.

Also since I am trying to do it for capital handwritten names often seperated by gaps so should I necessarily use gap classifier to increase accuracy?

from handwriting-ocr.

Breta01 avatar Breta01 commented on July 17, 2024

First, I use the timestamp just to differentiate between images of same word. As long as the file name has the structure <word>_<uniqu_toke>.jpg it should work.

In case you are working only with capital letters it may be worth trying the approach of using gap classifier for separating letters and then recognizing them using char classifier. It mostly depends on your dataset. But if you can separate the letters well there is large letter dataset available online.

from handwriting-ocr.

Related Issues (20)

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.