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

decode video.mp4 error

Open syliabe opened this issue 3 years ago • 0 comments

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

i use this command :

python3 detectnet-camera.py --model=./networks/az_plate/az_plate_ssdmobilenetv1.onnx --class_labels=./networks/az_plate/labels.txt --input_blob=input_0 --input-codec=h264 --output-codec=h264 --output_cvg=scores --output_bbox=boxes --camera=file:///media/sylia/HDD/licenceplaterecognition/Real-time-Auto-License-Plate-Recognition-with-Jetson-Nano/data/video2.mp4 --width=1280 --height=720

syliabe avatar Oct 26 '21 16:10 syliabe