I have an LPR system which I implemented in python pytorch.
And I found that DeepStream is such a powerful system for processing stream and AI application,
Also DeepStream has a very clear code written with a pipeline.
So I think there should be a way to replace the detection or recognition part of the pipline.
But I have study the DeepStream python version bellow for a while.
I have no idea how to implement my own LPR programe into this DeepStream python.
Including Image pre-processing, Dection&Recognition proecesses
I want some hints or advise!!
Thank you so much!!