alpr-unconstrained
alpr-unconstrained copied to clipboard
License Plate Detection and Recognition in Unconstrained Scenarios
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.
Small typo fix.
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 
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?