How to use multi classifier as sgie

• Hardware Platform (Jetson / GPU): Jetson nx
• DeepStream Version: 5.1
• JetPack Version (valid for Jetson only): 4.5

Hi, Does deepstream 5.1 support using a multi classifier as sgie? If support, how to set the config file?

I am working on deepstream-test5, I use a pedestrian detection model as primary gie. Now I want to add a pedestrian attribute(e.g.: age, gender,hair ) recognition mode as sgie, which is multi classifier. I don’t want to train a model for every attribute, so how to use a multi classifier as sgie?

Sorry for the late response, is this still an issue to support?

Thanks

yes, does deepstream support multi classifier?

Yes, you can refer https://github.com/NVIDIA-AI-IOT/deepstream_tlt_apps/tree/master/apps/tlt_classifier

ok, thanks !