Logging detection outputs

Hi, may i know how can i log the detection outputs and network activations from pgie and sgie using the deepstream-app? Thanks.

We will release deepstream-app source code in next version.
You can refer to deepstream-test1 which access the metadata in the application. It installs a callback function on the sink pad of the OSD component.

Hi, I was reading the API, it seems like we can only access the classification index. Do you all have any idea how can we access the network activation at the last layer, which consist of 500 classes output. Thanks.

You can change the output layer in config file as the below:

output-bbox-name=Layer19_bbox
output-blob-names=Layer19_cov

and update to be your parser function:
parse-bbox-func-name=parse_bbox_custom_resnet
parse-bbox-lib-name=/usr/local/deepstream/libnvparsebbox.so