NVIDIA-AI-IOT / deepstream_lpr_app

Sample app code for LPR deployment on DeepStream
MIT License
209 stars 62 forks source link

deploy this project on jetson orin nano 4G #32

Open leon-richard opened 1 year ago

leon-richard commented 1 year ago

I followed the steps in the GitHub readme for deployment, but due to my Jetson Orin Nano being the 4GB version and having insufficient memory, TensorRT couldn't successfully convert model to the engine file. Therefore, I directly copied the entire modified DeepStream LPR app project, including the engine file, from Jetson AGX Orin to Jetson Orin Nano and ran it directly:

./deepstream-lpr-app 2 2 0 infer ~/889_1699793313.mp4 output.264

And it worked!