bes-dev / crnn-pytorch

Pytorch implementation of OCR system using CRNN + CTCLoss
BSD 2-Clause "Simplified" License
216 stars 55 forks source link

Multiple lines images training #4

Closed mit456 closed 6 years ago

mit456 commented 6 years ago

Hello,

Is it okay if I train the network on a dataset in which all images contains multiple lines of text at arbitrary positions? Here are some example images of my custom dataset business_powerpoint_templates_liner_flow_creative_text_boxes_diagram_sales_ppt_slides_slide01_1 swot-pack-1-google-slides-template-powerpoint-download 30

bes-dev commented 6 years ago

Nope, this project only for recognition, not for detection

mit456 commented 6 years ago

Thanks for your comment.