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

Questions about training detectors

Open linzhi123 opened this issue 6 years ago • 7 comments

Excuse me, when training detectors, can only one license plate be used in a picture?

linzhi123 avatar Nov 27 '18 04:11 linzhi123

I think all should be labeled correctly, and it should work fine.

danishansari avatar Nov 29 '18 06:11 danishansari

Do you have the train images which include AOLP,SSIG and Cars? Thank you very much if you can provide me ! @linzhi123

wmn931201 avatar Nov 29 '18 08:11 wmn931201

@linzhi123 yes, in fact we are using only one per image to train the detector.

sergiomsilva avatar Nov 29 '18 13:11 sergiomsilva

I don't have these images @wmn931201

linzhi123 avatar Dec 01 '18 08:12 linzhi123

@linzhi123 you can download images at https://ai.stanford.edu/~jkrause/cars/car_dataset.html for the cars dataset. The annotations is available at http://www.inf.ufrgs.br/~crjung/alpr-datasets/. The format of the data is: Number of corners, top_left_x, top_right_x, bottom_right_x, bottom_left_x, top_left_y, top_right_y, bottom_right_y, bottom_left_y, label. The label can be LP for license plate or the specific license plate characters. You will notice the coordinates is between 0 and 1, you have to multiply it by the original image width for x values and height for y values to get the correct coordinates. Try and load a image and plot the boundary box

E-Burger avatar Mar 19 '19 19:03 E-Burger

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 detection of plates is well but can't read arabic letter in the middle. exemple : image

Edit: This is Example of Arabic letter in the middle of plate : أ ب ت ج ح د هـ The expected result is: د image image

The vertical lines are irrelevant, I have to use them to separate the image and read data separately.

zongoalbert avatar Mar 11 '20 10:03 zongoalbert

please, need your help

zongoalbert avatar Mar 11 '20 10:03 zongoalbert