Skip to content

Nexlson/ALPRJetsonNano

Repository files navigation

Automatic License Plate Recognition Implementation on Jetson Nano

Prerequisite

1. Requires TensorRT 6.x+

Use the command below to check tensorrt version

$ ls /usr/lib/aarch64-linux-gnu/libnvinfer.so*

2. Install pycuda using the script provided

$ ./install_pycuda.sh

3. Install pytorch using the script provided

$ ./install_pytorch.sh

4. Build plugin

$ cd plugins
$ make

5. Download required dependencies

$ pip3 install -r requirements.txt

Run Program

$ ./start_main.sh

References

About

Automatic Licence Plate Recognition on Jetson Nano

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published