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
https://huoyijie.cn/
MIT License
1.23k stars 380 forks source link

The issue of predict #78

Closed simplify23 closed 5 years ago

simplify23 commented 5 years ago

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

hcnhatnam commented 5 years ago

Are you sure test image path?

simplify23 commented 5 years ago

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?

Fan9 commented 5 years ago

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