Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) rtx3050
• DeepStream Version 6.4
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hi, I am asking are there any reference for us to see how to add vehicletypenet and vehiclemakenet into the deepstream application along with the LPR application. It will contain a total of 5 models (Trafficcamnet, LPDnet,LPRnet, VehicleMakeNet, VehicleTypeNet).
If VehicleMakeNet and VehicleTypeNet is added, does it mean that the unique id getting from pyds.NvDsObjectMeta.cast() will have 4types, such as 0 for the output of trafficcamnet, 1 for output of LPDnet, 2 for output for vehiclemakenet, etc.
Besides, if the tracker is added on the pgie (trafficcamnet), instead of writing the logic myself, are there any samples/plugins to use so that the trackingID can be sync with the other models together?