Init
Function Usage
Initializes model post-processing.
Prototype
SDK_DEPRECATED_FOR() virtual APP_ERROR Init(const std::map<std::string, std::shared_ptr<void>> &postConfig) override; // No longer used. APP_ERROR Init(const std::map<std::string, std::string> &postConfig) override;
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
postConfig |
Input |
Configuration parameter |
Return Parameter Description
Data Structure |
Description |
|---|---|
APP_ERROR |
Error code returned during program execution. For details, see the MxBase/ErrorCode/ErrorCode.h file. |
Parent topic: ObjectPostProcessBase