sergiomsilva / alpr-unconstrained

License Plate Detection and Recognition in Unconstrained Scenarios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run only the code license-plate-ocr.py not working

roysG opened this issue · comments

commented

Hi,
i am trying to run just the code for detect the ocr of plate.

but i get error or no result

Can you be specific about error
Comment

Change this line in license-plate-ocr.py to

imgs_paths = sorted(glob('%s/*' % input_dir))

input_dir should contain images of license plates
then run

bash run.sh -i input_dir -o output_dir -c output_dir/results.csv