huoyijie / AdvancedEAST

AdvancedEAST is an algorithm used for Scene image text detect, which is primarily based on EAST, and the significant improvement was also made, which make long text predictions more accurate.https://github.com/huoyijie/raspberrypi-car

Home Page:https://huoyijie.cn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The issue of predict

simplify23 opened this issue · comments

I want to test the pre-train model
the environment :
ubuntu16.04
python2.7
tensorflow==1.5.0

I put my test image in the demo,here is my command
--python predict.py -p demo/1.jpg

but i got error:
image

please help me

commented

Are you sure test image path?

ye~p, I put my test image into the demo/ folder. Besides, the demo origin images will also got this error .
And I run the tianchi_submit.py there is still this error. There is nothing wrong in the training step. Does everyone meet the issue? Who can solve it?

I meet this error when i used python2.7.but when I use python3, the problem is solved. hope this helps you