Please provide complete information as applicable to your setup.
**• Hardware Platform -------------> GPU
**• DeepStream Version ------------> deepstream 7.0
• TensorRT Version ---------------> 8.6
**• NVIDIA GPU Driver Version -------> 545
I am experimenting with nvdsmetautils this to get the metadata at once, here deserialize the metadata !
What is the way to get all the metadata at once ?
What I want to achieve ? take all the metadata at once in a different data structure and access it later( or same time that will not depend on pipeline ) . If I am going to loop to each obj_meta and store it. It’s taking 2-3 ms
and depends how many obj we are looping through. But I want this to be done under 0.5ms.
I am asking a way to solve it !