hellokuls / cnnyzm

用CNN识别验证码| python识别验证码| 训练验证码模型
Apache License 2.0
192 stars 44 forks source link

IndexError: list index out of range #1

Open kwshare opened 3 years ago

kwshare commented 3 years ago
Traceback (most recent call last):
  File "/Users/vm/Documents/workspace/First/_20200927/cnnyzm/process.py", line 80, in <module>
    x,y = next_batch(batch_count=1)
  File "/Users/vm/Documents/workspace/First/_20200927/cnnyzm/process.py", line 69, in next_batch
    image_a = image[text.index(text_a)]
IndexError: list index out of range
hellokuls commented 3 years ago

你没有成功读取到需要训练的图片

didowithlove commented 3 years ago

根据你验证码图片的长宽大小,修改一下getimg.py文件CAPTCHA_HEIGHT 和CAPTCHA_WIDTH参数的值