Real-time-Auto-License-Plate-Recognition-with-Jetson-Nano icon indicating copy to clipboard operation
Real-time-Auto-License-Plate-Recognition-with-Jetson-Nano copied to clipboard

This repository provides you with a detailed guide on how to build a real-time license plate detection and recognition system. The source code of the repository implemented on Jetson Nano reached 40 F...

Results 5 Real-time-Auto-License-Plate-Recognition-with-Jetson-Nano issues
Sort by recently updated
recently updated
newest added

How can I change the default model when there is no set --model in command line? I want to set default model to be plate detection model without setting --model...

How should I do to input only 1 image instead of video stream, and see the pop up detection results? I already tried ``` python3 detectnet-camera.py --model=./networks/az_plate/az_plate_ssdmobilenetv1.onnx --class_labels=./networks/az_plate/labels.txt --input_blob=input_0 --output_cvg=scores...

Hello, Please I’m trying to test the repository Real-time-Auto-License-Plate-Recognition-with-Jetson-Nano/plate-detect.md at main · winter2897/Real-time-Auto-License-Plate-Recognition-with-Jetson-Nano · GitHub when I execute the code detecnet-camera.py I get this error ![image](https://user-images.githubusercontent.com/86236508/138918450-1565e73e-8e6e-4a32-8570-c48bbef2d569.png) i use this command...