krapes / OCR_Receipt_Reading

2 stars 0 forks source link

main.py #1

Open mathias3 opened 6 years ago

mathias3 commented 6 years ago

Traceback (most recent call last): File "OCR_Receipt_Reading/Main.py", line 649, in clipsL = clip_letter(lines) File "OCR_Receipt_Reading/Main.py", line 484, in clip_letter heat_map = create_heat_map(boxes, clip) File "OCR_Receipt_Reading/Main.py", line 352, in create_heat_map heat_map[index] = -3 if reward <= -3 else reward IndexError: list assignment index out of range

Process finished with exit code 1

krapes commented 5 years ago

Hi @mathias3

Could you explain more about the input you were using when this error occurred? Thanks