dominhhai / captcha-breaker

High Accuracy Captcha Breaker with Tensorflow and Node.js
MIT License
135 stars 38 forks source link

ERROR: number of letters is NOT valid 0 #12

Open bnol opened 4 years ago

bnol commented 4 years ago

Hey @dominhhai, I hope you're doing well!

I'm getting the below error while running create_train_data:

➜  captcha-breaker (master) ✗ python src/create_train_data.py
1 1otutm.jpg 1otutm
ERROR: number of letters is NOT valid 0
[]
DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning.

It ends up open a Python application like this

Screen Shot 2019-11-02 at 20 00 07

My guess is the application cannot read the captcha image properly since It shows a blank black screen?

Here is the captcha for 1otutm.jpg 1otutm

Can you let me know how to fix it?

Your help will be much appreciated! Thanks,

gauravjha8298 commented 3 years ago

Same problem.

Can anyone help here?

Firrero commented 3 years ago

Same here, btw my images are jpg and 40x40 size

momobadarni commented 3 years ago

did anyone figure this out? I am getting ERROR: number of letters is NOT valid 6

But I think it still generates the train data?