Open Sumit-2811 opened 3 years ago
Same error for me too...in Segmentation.py its showing index out of range
did anyone found the solution for this error?
I too am facing the same issue. The index out of error means that the image did not have a bounding box and the text extraction is happening. Must be an issue with the angle or distance in the image. Lighting could also affect it.
Did anyone solve this issue yet?
To resolve this indexing error, consider using this notebook that also supports license plate detection:
https://github.com/georgia-tech-db/eva https://github.com/georgia-tech-db/license-plate-recognition/blob/main/README.ipynb
Anybody got any solutions?
When we try it for image it shows error index out of range. What changes should be made to handle this error in case of image taken?