Process
Function Usage
Execution method for postprocessing plugin base class.
Prototype
1 | APP_ERROR MxModelPostProcessorBase::Process(std::vector<MxTools::MxpiBuffer *>& mxpiBuffer) override; |
Parameters
Parameter |
Description |
|---|---|
mxpiBuffer |
Data transferred by the previous plugin. The member data under this data structure is input by the upstream plugin. Do not manually set the memory data. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: MxModelPostProcessorBase