alpr-unconstrained
alpr-unconstrained copied to clipboard
License Plate Detection and Recognition in Unconstrained Scenarios
Hi ALPR team Thanx for your great work, I have this question Can this model work in a Real-Time scenario?
hello everyone i tried to use photos of the LP only without the vehicle and the model doesn't extract the text of the LP , so i notes that if...
@sergiomsilva About the reconstruct function of keras_utils.py in the code,affine=[ v3,v4,v5,v6,v7,v8],A=np.reshape(affine,(2,3)),A[0,0] = max(A[0,0],0.)A[1,1] = max(A[1,1],0.). It's means A[1,1]=v7, if v7>0. But v6 should compare with 0 in the Loss Function...
I'm trying to convert the whole process to tensorflow lite but I'm a bit lost. I first converted wpodnet and got this as input/output : `name: input type: float32[1,1,1,3] location:...
Sorry to bother you. I turn your code to pytorch,and I retrain the wpod from scratch, but it just cannot converge.Can you give me some advice?
HI ALPR team, Thanx for your great work, I was searching for a dataset for plates if you can the dataset used to train the model or share the resource...
Performing OCR... rm: 无法删除'/tmp/output/*_lp.png': 没有那个文件或目录 rm: 无法删除'/tmp/output/*car.png': 没有那个文件或目录 rm: 无法删除'/tmp/output/*_cars.txt': 没有那个文件或目录 rm: 无法删除'/tmp/output/*_lp.txt': 没有那个文件或目录 rm: 无法删除'/tmp/output/*_str.txt': 没有那个文件或目录
Hello @sergiomsilva how are u, good night! i have a problem getting always the same values can you help me a bit with this? 
Allow users to use Docker-compose for running `alpr-unconstrained`. Changes : - add `Dockerfile` which creates an environment with python2.7, TF, Keras, opencv installed, darnknet compiled and models downloaded by only...