marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.45k stars 357 forks source link

Displaying secondary classifier (sgie) output values #371

Open dharaatech opened 1 year ago

dharaatech commented 1 year ago

I want to run a detector and a classifier inside deepstream-app .Currently I am able to display the confidence values for the detector on the screen while performing the inference . But I am unable to get the meta data of the classifier inside the deepstream-app.

PS: I have done all the necessary and relevant configurations for classifier and detector.

marcoslucianops commented 1 year ago

Search for NvDsClassifierMeta in the deepstream-app code. You should manipulate the classifier meta there.

Reference for the NvDsClassifierMeta: https://docs.nvidia.com/metropolis/deepstream/sdk-api/struct__NvDsClassifierMeta.html