faustomorales / keras-ocr

A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
https://keras-ocr.readthedocs.io/
MIT License
1.37k stars 349 forks source link

ERROR:zip argument #1 must support iteration #178

Open ozlem-atiz opened 2 years ago

ozlem-atiz commented 2 years ago

Hello. I am running it while running colab. The last step is I am encountering the following error. Will this help?

I [aim] to use it to read license plates.

https://drive.google.com/file/d/1NYDxntXdCfe3WxgjZMWDa7Btm3r2xVVH/view?usp=sharing @clovaai @faustomorales @bayethiernodiop @muayyad-alsadi

mohit-217 commented 2 years ago

You can resolve this error by providing more than one input file

ozlem-atiz commented 2 years ago

licance plate images? @mohikumarr

bayethiernodiop commented 2 years ago

heloo, drive fil is not accessible. NOT AUTHORIZED

aghasaadmohammad commented 2 years ago

Did any of you solved this issue?

grantcm commented 2 years ago

Are you using a custom generator? If the generator is not iterable, this error will be thrown.