wushidiguo / hello-lottery

彩票OCR项目,通过神经网络识别彩票信息,给出中奖结果。目前支持体彩超级大乐透和福彩双色球,支持单式、复式、胆拖玩法。
51 stars 26 forks source link

list index out of range #6

Open cnfive opened 7 months ago

cnfive commented 7 months ago

我拍了一张四川的双色球票样图,结果就是这样的啊,有问题。

Traceback (most recent call last): File "lottery.py", line 139, in result = l(opt.image, opt.recognition_only) File "lottery.py", line 103, in call recognition = self.recognize(img, *detection, result_process=True) File "lottery.py", line 69, in recognize issue = crop(img, issue)[0] IndexError: list index out of range

cnfive commented 7 months ago

psc 无法识别这个图片,提示IndexError: list index out of range