mxpi_loaddata
Function |
Data loading plugin, which is used to load the files exported by the mxpi_dumpdata plugin and restore the files to MxpiBuffer. This plugin must be used together with the filesrc plugin. As the upstream plugin of mxpi_loaddata, filesrc reads file content and sends the file content to mxpi_loaddata. |
|---|---|
Constraints |
Only the types defined by the current SDK protobuf are supported. The customized types are not supported. |
Plugin Base Class (Factory) |
mxpi_loaddata |
Input/Output |
Input: buffer (data type: MxpiBuffer) Output: buffer (data type: MxpiBuffer) |
Property |
None |
Parent topic: Debugging Plugins