deepstream_python_apps
deepstream_python_apps copied to clipboard
Implement "get_nvds_LayerInfo_buffer"
Implemented the function "get_nvds_LayerInfo_buffer" to get the buffer of an NvDsInferLayerInfo object as a 1-dimensional numpy array of dtype numpy.bytes . This handle can then be further processed in python using numpy.ndarray.view and numpy.ndarray.reshape .