Please provide complete information as applicable to your setup.
**• Jetson Xavier **
• Deepstream version 6.0.1
• Jetpack version 4.6.2
**• TensorRT Version 8.5.1.7 **
• Issue Type bugs
Hello,
I’m having a bug where the raw tensor metadata of my SGIE classifier are only attached to the first batch, and then never again.
My pipeline is as follow: PGIE (object detector) → tracker → SGIE (classifier) → (probe on the SGIE sink for reading obj_meta->obj_user_meta_list) → rtsp out
It turns out that obj_user_meta_list is not NULL for the first batch only, and then is always NULL for the next batches.
Do you see anything wrong in my SGIE config file?
sgie.txt (581 Bytes)
Thank you very much,
PS: I also put breakpoints in gstnvinfer.cpp, it turns out that batch_size() on line 2255 is more than zero only for the first batch, and then it’s always equal to zero after that, this is why the raw tensor metadata are not attached apparently. However the real batch size is not zero as I receive a correct output rtsp stream