argman / EAST

A tensorflow implementation of EAST text detector
GNU General Public License v3.0
3.02k stars 1.05k forks source link

Does `from icdar import restore_rectangle` need so much time? #33

Closed facetohard closed 7 years ago

facetohard commented 7 years ago

I run the python3 eval.py, or python3 run_demo_server.py, it will run from icdar import restore_rectangle. However, the terminal show that 1000 training images in ./data/train/ and then it may load these training image and it has taken so much time. Does anybody has the same situation?

yangxuehang commented 7 years ago

@facetohard hello, how did you deal with the problem you mentioned above? Thank you.

facetohard commented 7 years ago

Sorry for late response. I download the code again and it works.