Hi, How can I save images or file metadata related to a specific inference?
deepstream 6.3
If want to get the raw data from a specific inference, You can follow the steps below.
- You can read the open source code
sources\gst-plugins\gst-nvinfer
by referring to the Gst-Nvinfer source code diagram. - All the data in the reasoning process can be obtained from the source code. Like if you want to dump the output data, you can refer to the
gst_nvinfer_output_generated_file_write
function. If you want to dump any data others, you can implement it by yourself by imitating this.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.