Deployment of the License Plate Recognition module🔗

The module uses a neural network, so it is necessary to install an additional package. You can choose an installation option that ensures the module functions in one of the following ways:

  • On a CPU

  • On a GPU equipped with CUDA technology (NVIDIA video cards)

The neural network package installation procedures for various operating systems are provided below:

Warning

When using Windows OS, the License Plate Recognition module only works on Windows 10 and newer, Windows Server 2016 and newer.

  1. Stop and close all applications and services Eocortex.

  2. Run the installation package EocortexLPR Installer.

  1. During the installation, select the required set of tools for execution.

../../_images/install.png

Different packages are used for installing neural networks that operate on CPU and GPU.

Internet access installation

For Ubuntu, Debian and Astra Linux:

  • On the CPU

    sudo apt install eocortex-lpr-cpu
    
  • On the CUDA supported video card

    sudo apt install eocortex-lpr-gpu
    

Installation without Internet access

For Ubuntu, Debian and Astra Linux:

Download the package for the corresponding installation option from the repository:

Install the package:

  • On the CPU

    sudo dpkg -i eocortex-lpr-cpu_4.*.deb
    
  • On the CUDA supported video card

    sudo dpkg -i eocortex-lpr-gpu_4.*.deb