Ask Your Question

Guddu's profile - activity

2017-05-03 08:17:23 -0600 asked a question I want to develop End to End Text Recognition in Natural Scene Images

I want to develop an end-to-end text recognition (detection and recognition) in natural scene images. Would any body suggest me a simple methodology? I have read so many research papers but my methodology is still not clear.

Training Steps:

  1. Input Image
  2. Pre-proccessing
  3. Text Proposal Generation
  4. Feature Extraction
  5. Classification
  6. Trained Model

Testing Steps:

  1. Input Image
  2. Pre-proccessing
  3. Text Proposal Generation
  4. Feature Extraction
  5. Classification
  6. Recognized Text

Are these steps correct or I am doing any mistake? Any help please? thanks