Please provide complete information as applicable to your setup.
• Hardware Platform (GPU)
• DeepStream Version 5.0.1
• TensorRT Version 7.1
• NVIDIA GPU Driver Version (450)
In deepstream, the main detector and secondary classifier are usually used as the pipeline.How can I add a three-level classifier? Can I add an ID directly to the secondary classifier?
For example: the main detector is vehicle detection, the second level classifier is license plate detection, and the third level classifier is license plate recognition. How can I add license plate recognition?