YCG09 / chinese_ocr

CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras
Apache License 2.0
2.75k stars 1.08k forks source link

Link For all the weights .h5 format (Presuming they are big in size can you give link from google drive or something) of Angle, Recognition and Identification? #137

Open WrathofBhuvan11 opened 5 years ago

YCG09 commented 5 years ago

Google Drive: https://drive.google.com/open?id=1gCUSUnUNdWAkSp3gRvAHCQYHXOLqp9qQ

WrathofBhuvan11 commented 5 years ago

Bro I wanted .h5 of Angle Model... Image recognition part I have trained myself using CRNN . But I wanted to test Angle titling.. Anglemodel.H5 from YCG09/chinese-ocr

On Fri 14 Dec, 2018, 7:44 AM Yang Chenguang <notifications@github.com wrote:

Google Drive: https://drive.google.com/open?id=1gCUSUnUNdWAkSp3gRvAHCQYHXOLqp9qQ

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/YCG09/chinese_ocr/issues/137#issuecomment-447189286, or mute the thread https://github.com/notifications/unsubscribe-auth/AijbZc10Jo6BgT383BjYPTNqtAGnbKhxks5u4wlogaJpZM4ZRhy1 .

YCG09 commented 5 years ago

https://drive.google.com/file/d/14o6RL-cjyRq5XLP7UlKkt8KlDnMuw5Z_/view?usp=sharing

WrathofBhuvan11 commented 5 years ago

I just now read that CRNN +CtPN cannot be used for reading more than one sentence instead we need to change the segmentation technique instead of CTPN something else... But you guys have done it ..! So for CRNN is is possible to read more than one word / multiple words... ? I have trained hdf5 file of crnn on synth90K dataset ...and hdf5 file of CTPN which I trained... Now how to connect these 2 modules please help...

On Wed 26 Dec, 2018, 12:04 PM Yang Chenguang <notifications@github.com wrote:

https://drive.google.com/open?id=14o6RL-cjyRq5XLP7UlKkt8KlDnMuw5Z_

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/YCG09/chinese_ocr/issues/137#issuecomment-449913670, or mute the thread https://github.com/notifications/unsubscribe-auth/AijbZRD-XEdhoyEV-4P0oseiZu2QNTN4ks5u8xhpgaJpZM4ZRhy1 .

northeastsquare commented 5 years ago

ocr.py is the example