Open rose-jinyang opened 2 years 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>
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).
The detected & recognized info are outputted on terminal stdout but I can NOT find the output video file.