emedvedev / attention-ocr

A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
MIT License
1.08k stars 256 forks source link

when I tried to run 'test', i got the same message and couln't get proper result #124

Closed kspook closed 5 years ago

kspook commented 5 years ago

even though I changed the python script, the result was the same. it seems that aocr runs independently from python script.

did you make 'aocr' with wheel, didn't you? how can I change code?

image

kspook commented 5 years ago

I run as follows python ./aocr/main.py test dataset/testing.tfrecords

to do this, i ommit '.' from import line