Skip to content

Example how to use openALPR in order to recognize plates on a video (python)

License

Notifications You must be signed in to change notification settings

iuridiniz/plates_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SETUP

Compile openalpr

LIBRARIES

Install or just copy the following files to alpr/blobs dir (create it):

  • libopenalprpy.so.2 ($build/bindings/python/libopenalprpy.so.2)
  • libopenalpr.so.2 ($build/openalpr/libopenalpr.so.2)
  • libstatedetection.so.2 ($build/statedetection/libstatedetection.so.2)

If you choose to copy openalpr libraries (not install them), remember to set LD_LIBRARY_PATH:

export LD_LIBRARY_PATH=$src/alpr/blobs:$LD_LIBRARY_PATH

CONFIG

Copy openalpr.conf ($build/config/openalpr.conf) to alpr dir

RUNTIME

Copy directory 'runtime_data' to alpr dir

RUN

python play.py VIDEO.mp4

About

Example how to use openALPR in order to recognize plates on a video (python)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages