deepstream_python_apps icon indicating copy to clipboard operation
deepstream_python_apps copied to clipboard

Implement "get_nvds_LayerInfo_buffer"

Open JSchuerz opened this issue 1 year ago • 0 comments

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 .

JSchuerz avatar Jan 19 '25 10:01 JSchuerz