LicensePlateDetector icon indicating copy to clipboard operation
LicensePlateDetector copied to clipboard

Detects license plate of car and recognizes its characters

Results 11 LicensePlateDetector issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

When when I run the code from DetectPlate.py on the first picture from README.md, this is the result I get ![image](https://user-images.githubusercontent.com/78250180/149452443-c4b284d8-b0f2-4fe4-ab31-707454dcf0d0.png) On car6.jpg and car.png it works perfectly. I also...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

why am i getting list index out of range please ??

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?

Firstly, I am very interested in your license plate recognition project and I believe it is a very useful tool. However, I encountered some issues while trying to set up...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies

Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

I use same image and and mode that you posted in git but for me it predict bad for example(7 as Z 3 as 8 and S as 8) so...