Attention-OCR icon indicating copy to clipboard operation
Attention-OCR copied to clipboard

About the running requirement

Open EriCongMa opened this issue 5 years ago • 2 comments

Hi, thanks for your kindly sharing of this OCR codes.

When I'm gonna run this code, some problems occured. I think it is mainly due to the version of package I used.

I am now using

Python 3.6.9 |Anaconda, Inc.|
[GCC 7.3.0] on linux
>>> tf.__version__
'1.7.0'

Can you share me the environment requirement you used when you finished this code? Thanks very much.

All the best! Eric

EriCongMa avatar Aug 08 '19 07:08 EriCongMa

The readme mentions version '0.12.1' so it may be a bit out of date

reed-jones avatar Aug 19 '19 22:08 reed-jones

I am using python 2.7 and tensorflow 1.0.1. I couldn't use their pre-trained model. However, I can train a new one with the dataset they provided.

FelipeFLopes avatar Feb 17 '20 11:02 FelipeFLopes