apoorva-dave / LicensePlateDetector

Detects license plate of car and recognizes its characters
345 stars 113 forks source link

Index out of range #25

Open Sumit-2811 opened 3 years ago

Sumit-2811 commented 3 years ago

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?

sambhuajay commented 3 years ago

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

Adityakm12 commented 3 years ago

did anyone found the solution for this error?

yashdeepkumar-cloudside commented 2 years ago

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.

Saumen95 commented 2 years ago

Did anyone solve this issue yet?

jarulraj commented 1 year ago

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

Yuvraj0157 commented 1 year ago

Anybody got any solutions?