Skip to content

haato-w/deepstream_lpr_app_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

deepstream_lpr_app_python

DeepStream is a SDK which enable us to create video analazing system[https://developer.nvidia.com/deepstream-sdk]. And LPR is a License Plate Recognition. Nvidia has published LPR system which run on DeepStream[https://github.com/NVIDIA-AI-IOT/deepstream_lpr_app]. But the main code of that is writtern with C lang. I rewrite LPR DeepStream code with Python. It is easy to read and use for Pythonista. Some features may be missing compared to the official LPR DeepStream code. Please clone and rewrite to add any function which you want.

How to use

  1. clone official deepstream_lpr_app repository [https://github.com/NVIDIA-AI-IOT/deepstream_lpr_app]
  2. set up environment to run deepstream_lpr_app.c
  3. cd deepstream_lpr_app/deepstream-lpr-app
  4. put deepstream_lpr_app.python in my repository on deepstream-lpr-app
  5. run deepstream_lpr_app.python

About

This is a deepstream code with python for License Plate Recognition (LPR)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages