Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson Xavier NX
• DeepStream Version 6.1.1
• JetPack Version (valid for Jetson only) 5.0.2 [L4T 35.1.0]
• TensorRT Version 8.4.1.5
• NVIDIA GPU Driver Version (valid for GPU only) 11.4
• Issue Type( questions, new requirements, bugs) question
• 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)
Hello,
I’ve been developing a 3 stage ANPR (Automatic Number Plate Recognizer) on deepstream, by modifying deepstream-test2 application.
- PGIE - The primary detector is a vehicle detector and on top of that we are using a vehicle tracker.
- SGIE1 - It is a license plate detector which is operated on id 1
- SGIE2 - It is license plate reader gives the character for each license plate operating on id 2
All 3 models are object detector. However I have tried to take reference from deepstream_reference_apps/back-to-back-detectors at master · NVIDIA-AI-IOT/deepstream_reference_apps · GitHub but it does not address the issue I am currently facing.
I am trying to get the associated LP numbers for each vehicle. I have tried to get the data from unique ID however I am getting different obj_id for each unique ID.
For example: If a vehicle obj ID is 1 and unique ID is 1 for unique ID 2 it is not giving me the same obj ID rather it gives a random number.
So, is there any way so that we can get the data associated with each object detected by primary detector individually?
If you could give me some sort of direction or example as to how to aproach this, I would appreciate it.
Thanks and Regards.