Tensorflow model for OCR

后端 未结 2 1310
暗喜
暗喜 2021-01-30 07:25

I am new in Tensorflow and I am trying to build model which will be able to perform OCR on my images. I have to read 9 characters (fixed in all images), numbers and letters. My

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-30 08:13

    I'd recommend to train an end-to-end OCR model with attention. You can try the Attention OCR which we used to transcribe street names https://github.com/tensorflow/models/tree/master/research/attention_ocr

    My guess it should work pretty well for your case. Refer to the answer https://stackoverflow.com/a/44461910 for instructions on how to prepare the data for it.

提交回复
热议问题