alpr-unconstrained icon indicating copy to clipboard operation
alpr-unconstrained copied to clipboard

License Plate Detection and Recognition in Unconstrained Scenarios

Results 104 alpr-unconstrained issues
Sort by recently updated
recently updated
newest added

I get message `clang: fatal error: unsupported option '-fopenmp` after typing command `make` in darknet directory. I have already updated clang but I don't understand how to run it properly...

I want to ask that my least training loss is between 0.8-1.5. Does anyone know how to decrease the loss. Although it has nice performance at most condition.

the detect take 7sec for 1 image on gpu this is a lot of time. can we make it lower? Maybe there is also option to converted to android app?...

Hi,I use the annotation-tool in your repo,but it did not work for me ,it always display "NO_LABEL",do you konw how to solve it?Thank you1 @sergiomsilva

affinex = tf.stack([tf.maximum(affine_pred[...,0],0.),affine_pred[...,1],affine_pred[...,2]],3) affiney = tf.stack([affine_pred[...,3],tf.maximum(affine_pred[...,4],0.),affine_pred[...,5]],3) affinex and affiney mismatch with the paper ![擷取](https://user-images.githubusercontent.com/26489985/120421463-ed61ff80-c398-11eb-99b6-7ae58ceed94b.JPG)

Some times, we have to be capable of detecting and recogniting two layers car license plate.This method does a good job on single layer car plate?But when it comes to...

When you use with video, we'd like the entire inference (vehicle detection + License Plate detection + OCR) to be as fast as possible, so that we can process as...

hi sergiomsilva, thank for your code. But I do not understand why you using yolo but the inference time is slow. just only 5fps?