Init
Function Usage
Initializes model postprocessing.
If the initialization fails, do not call subsequent member functions.
Prototype
1 | APP_ERROR KeypointPostProcessBase::Init(const std::map<std::string, std::string> &postConfig) override; |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
postConfig |
Input |
Parameter configuration. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: KeypointPostProcessBase