LoadConfigDataAndLabelMap

Function Usage

A protected member function that is invoked by Init() to obtain configuration parameters. It is invoked for internal use only. Do not use it.

Prototype

1
APP_ERROR MxpiModelPostProcessorBase::LoadConfigDataAndLabelMap(const std::string& configPath, const std::string& labelPath);

Parameters

Parameter

Input/Output

Description

configPath

Input

Configuration file path.

labelPath

Input

Label file path.

Response Parameters

Data Structure

Description

APP_ERROR

For details about the returned error codes, see APP_ERROR Description.