LPR app to add vehiclemakenet and vehicletypenet

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?

deepstream_lpr_app already supports Trafficcamnet, LPDnet and LPRnet, \opt\nvidia\deepstream\deepstream-7.0\sources\apps\sample_apps\deepstream-test2 already supports VehicleMakeNet, VehicleTypeNet. you can combine these two samples.
when one object is detected, on metadata will added. LPRnet, VehicleMakeNet, VehicleTypeNet are classification model, there only modify the objectmeta.
if if the tracker is added on the pgie, the object will have an unique trackerid. In the consecutive two frames, the same object has the same trackerid. what do you mean about “the trackingID can be sync with the other models together”?

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.