LicensePlateDetector icon indicating copy to clipboard operation
LicensePlateDetector copied to clipboard

Index out of range

Open Sumit-2811 opened this issue 4 years ago • 6 comments

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?

Sumit-2811 avatar Apr 05 '21 03:04 Sumit-2811

Same error for me too...in Segmentation.py its showing index out of range

sambhuajay avatar May 19 '21 09:05 sambhuajay

did anyone found the solution for this error?

Adityakm12 avatar Jun 05 '21 19:06 Adityakm12

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.

yashdeepkumar-cloudside avatar Dec 13 '21 08:12 yashdeepkumar-cloudside

Did anyone solve this issue yet?

Saumen95 avatar Dec 18 '21 04:12 Saumen95

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

README_15_0

jarulraj avatar Jan 15 '23 16:01 jarulraj

Anybody got any solutions?

Yuvraj0157 avatar May 06 '23 08:05 Yuvraj0157