alpr-unconstrained
alpr-unconstrained copied to clipboard
run only the code license-plate-ocr.py not working
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
- https://github.com/sergiomsilva/alpr-unconstrained/blob/1cf77f16d84d5f6e407cd15afd6bdd76ad4deca4/run.sh#L90
- https://github.com/sergiomsilva/alpr-unconstrained/blob/1cf77f16d84d5f6e407cd15afd6bdd76ad4deca4/run.sh#L93
in
run.sh
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