Init
Function Usage
Initializes model post-processing.
Prototype
APP_ERROR Init(const std::string& configPath, const std::string& labelPath, MxBase::ModelDesc modelDesc) override;
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
configPath |
Input |
Configuration file path. |
labelPath |
Input |
Label file path. |
modelDesc |
Output |
Model description information. |
Parent topic: CtpnPostProcessor