Please provide complete information as applicable to your setup.
**• Hardware Platform (Jetson / GPU) :Jetson Xavier NX
**• DeepStream Version:Deepstream6.2
**• JetPack Version (valid for Jetson only):Jetpack5.1
**• Issue Type( questions, new requirements, bugs):questions • How to reproduce the issue ? (This is for questions.How can I get a secondary-gie classifier CNN model output as object feature for reid?)
In the nvinfer element that corresponds to the SGIE you want to access, set the property output-tensor-meta=true. Then, you can retrieve the output tensor from the metadata in NvDsBatchMeta → NvDsFrameMeta → (NvDsInferTensorMeta)NvDsUserMeta.
Set the property output-tensor-meta=true ,I modified the callback function “all_bbox_generated” in deepstream-app to watchNvDsUserMetavariable.But the pointer to “NvDsUserMeta” is null.