Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 361 Bytes

licence-plate.md

File metadata and controls

14 lines (12 loc) · 361 Bytes

车牌识别

使用docker快速体验

# Build docker image
docker build -t openalpr https://github.com/openalpr/openalpr.git
# Download test image
wget http://plates.openalpr.com/h786poj.jpg
# Run alpr on image
docker run -it --rm -v $(pwd):/data:ro openalpr -c eu h786poj.jpg