-
This is a very interesting work based on deep learning, but the title is misleading, it is NOT a number plate recognition because no individual character detection and recognition are performed at al…
-
how to test one picture on this project, please
-
This may be as designed, but Postprocess Analysis (postprocess.cpp) appears to give significant preference for the first result returned by Tesseract's resultsIterator (used in ocr.cpp) because the sa…
-
I changed the code from python 2 to python 3 using `2to3`
`2to3 -w filename.py`
Changed weights also in `vehicle-detection.py` line `28` and `license-plate-ocr.py` line `28`
according to [Argum…
-
Description of the different types of license plates in South Africa:
http://en.wikipedia.org/wiki/Vehicle_registration_plates_of_South_Africa
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
This feature involves adding a Number Plate Detection System to the project. The system wi…
-
Hello, I'm now trying to train the ocr model using my dataset, but the trained model just doesn't work. I want to know if my annotations are right. Every LP image has several bounding boxes. There's a…
-
It works fine for Singapore single line number plates. I'd like to support two line vehicle license plate. So that I took thousands of photos and train the detectors. The result is sg2.xml:
```
…
-
:red_circle: **Title** : Automatic number plate recognition system using image processing
:red_circle: **Aim** : To develop an automatic number plate recognition (ANPR) system using image processing …
-
Dear All,
I ran train.py successfully to generate the weights.npz, it takes quite long time on my GTX1080 GPU. I kept train.py running over a night.
Then I ran detect.py with the generated weigh…