pvs-lpr
  • License Plate Recognition System
  • LPR
    • Features
    • Changelog
  • Hardware
    • Hardware requirement [GPU]
    • Hardware requirement [CPU]
    • Nvidia Graphic Card list
  • Camera
    • How to setup camera
  • Installation
    • Install operation system (Ubuntu)
    • Install Nvidia driver
    • Install LPR
    • Install extra software
      • Teamviewer
      • Anydesk
  • Configuration
    • Start LPR
    • Parameters
    • Event
    • Detection region
  • Web application
    • Setting up
    • Configure camera
  • API
    • How to call API
  • Troubleshooting
  • FAQ
Powered by GitBook
On this page
  • 0. Pre-step
  • 1. Download LPR software
  • 2. Install software

Was this helpful?

  1. Installation

Install LPR

PreviousInstall Nvidia driverNextInstall extra software

Last updated 2 years ago

Was this helpful?

0. Pre-step

Open the terminal by press Crtl+T or Right-click on any space and select Open in Terminal

1. Download LPR software

sudo apt install git -y
git clone https://deploy:oMrUsAT7yykPUgUSrsYM@gitlab.aicenter.dynu.com/ait-aicenter/LPR/deployLPR.git lpr

2. Install software

cd lpr
sudo ./pvs-lpr --install

The software will ask you Do you want to enable GPU mode? Press Y if you want to use GPU to increase processing speed. And Enter

The software will download the required libraries and lpr software on Docker image

Finally, you finish installing LPR software