LoadConfigDataAndLabelMap
This is a protected member function that initializes the post-processing configuration and label files.
Function Usage
This function has been discarded. Do not use it.
Prototype
APP_ERROR LoadConfigDataAndLabelMap(const std::map<std::string, std::shared_ptr<void>> &postConfig);
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: PostProcessBase