alpr-unconstrained
alpr-unconstrained copied to clipboard
License Plate Detection and Recognition in Unconstrained Scenarios
`Ytrain = np.empty((batch_size,dim/model_stride,dim/model_stride,2*4+1))` I tried : `Ytrain = np.empty((batch_size,dim//model_stride,dim//model_stride,2*4+1))` but still does not work. 
Hi, i am trying to run just the code for detect the ocr of plate. but i get error or no result
I tried to establish the environment but failed. Pip cannot find the old Keras and TensorFlow for Python 2.7. And, the newer Kera/TensorFlow only supports Python 3.5+. Original environment: Keras...
Hi Guys, I was wondering if you tried to implement this model in a real-time scenario
Hey Sergio, I have gone through the project and it works pretty amazing for images. Can you guide me on how to do this for a video. Like do we...
I tried to reproduce the results for the OpenALPR datasets.For the European plates I obtained a score (percentage of correctly recognized plates) of 80.41% (93.52% in the paper) and for...
Hello Guys, Thnx for you great work, I am very interested in the OCR operation you are doing, so, I was wondering how to extract the OCR of this project...
Am getting below error run.sh: line 93: 14352 Illegal instruction (core dumped) python license-plate-detection.py $output_dir $lp_model Any help here?
Hello , Could you please tell me how can be detect the arabic lettres , im working at the detection for Moroccan plate , when i run your code the...
- python2 to python3 - edit detect Car yolo -> yolo2 - train LPR cpu with GPU Future - yolo2 to yolo3 because yolo3 fasterthan yolo2 - maybe blocking to...