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

Hello, do you have open source training OCR model code?

Hi, In here, http://sergiomsilva.com/pubs/alpr-unconstrained/ , you share output on video. Is it possible to share your experience with us. did you use single framework as you suggest in issue #32...

Can you send me the OCR_Net article I need it for my college project

Traceback (most recent call last): File "vehicle-detection.py", line 25, in vehicle_net = dn.load_net(vehicle_netcfg, vehicle_weights, 0) ctypes.ArgumentError: argument 1: : wrong type Using TensorFlow backend. 2018-12-06 16:27:07.584695: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU...

hi,i train a model and successfully detect a plate in a picture. but i have a task and need to use the plate to transform the full image to a...

Traceback (most recent call last): File "vehicle-detection.py", line 27, in vehicle_net = dn.load_net(vehicle_netcfg, vehicle_weights, 0) ctypes.ArgumentError: argument 1: : wrong type

Can i use a dataset that contains kitti format file for this repo ?

hello how are you? i need help to run ur system in a picamera video can you help me on that

I want to train my custom dataset for licence plate detection. I have 2000 image for this. First, I trained my labelling dataset with CPU. > optimizer : Adam, learning...