Init
Function Usage
Initializes model postprocessing.
Prototype
1 | APP_ERROR ObjectPostProcessorBase::Init(const std::string& configPath, const std::string& labelPath, MxBase::ModelDesc modelDesc) override; |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
configPath |
Input |
Configuration file path. |
labelPath |
Input |
Label file path. |
modelDesc |
Output |
Model description information. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: ObjectPostProcessorBase