Analytics from Secondary Classifier in DS 6.2

**• DeepStream Version 6.2
**• NVIDIA GPU Driver Version (valid for GPU only) 11.8

I am building a customized pipeline in DS 6.2: the input are streaming videos analysed by a primary object detector to distinguish between class 0 and 1 and a secondary classifier operating on class 1. I would like to get the number of objects classified by second model present in a specific Region of Interest.
Is it possible to do so by using the analytics plugin in DS? or can the analytics plugin only be associated to metadata from the primary detector?
Thanks!!

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

Yes. You can get the relevant metadata when you want. You can refer to the link below, you can get the pgie or sgie metadata by obj_meta->unique_component_id.
https://github.com/NVIDIA-AI-IOT/deepstream_lpr_app/blob/master/deepstream-lpr-app/deepstream_lpr_app.c#L173