In python I recuperated the output layer of a classifier using the same method presented here: Get class_probabilities_map from segmentation task
But I cannot read the buffer data containing the output layer values. This data is NvDsInferLayerInfo :https://docs.nvidia.com/metropolis/deepstream/sdk-api/Gst_Infer/NvDsInferLayerInfo.html
How to read this buffer data in Python?
This is the setup of my Xavier NX:
- NVIDIA Jetson Xavier NX (Developer Kit Version)
- Jetpack UNKNOWN [L4T 32.4.4]
- NV Power Mode: MODE_15W_6CORE - Type: 2
- jetson_stats.service: active
- Libraries:
- CUDA: 10.2.89
- cuDNN: 8.0.0.180
- TensorRT: 7.1.3.0
- Visionworks: 1.6.0.501
- OpenCV: 4.1.1 compiled CUDA: NO
- VPI: 0.4.4
- Vulkan: 1.2.70