NVIDIA-AI-IOT / deepstream_lpr_app

Sample app code for LPR deployment on DeepStream
MIT License
207 stars 64 forks source link

Can't find the output file #23

Open rose-jinyang opened 2 years ago

rose-jinyang commented 2 years ago

Hello How are you? Thanks for contributing to this project. I ran this project by using DeepStream 6.0.1 on Jetson (JetPack 4.6.1). image

The detected & recognized info are outputted on terminal stdout but I can NOT find the output video file.

shi093 commented 11 months ago

The original command is ./deepstream-lpr-app 1 2 0 infer us_car_test2.mp4 us_car_test2.mp4 output.264 Change the option "1 2 0" to "1 1 0" can generate the output file.

./deepstream-lpr-app <1:US car plate model|2: Chinese car plate model> \
     <1: output as h264 file| 2:fakesink 3:display output> <0:ROI disable|1:ROI enable> <infer|triton|tritongrpc> \
     <input mp4 file name> ... <input mp4 file name> <output file name>