LoadConfigDataAndLabelMap 函数功能保护成员函数,该接口由Init()调用,用于实现配置参数的获取。 函数原型APP_ERROR LoadConfigDataAndLabelMap(const std::string& configPath, const std::string& labelPath); 参数说明 参数名 输入/输出 说明 configPath 输入 配置文件路径。 labelPath 输入 标签文件路径。 返回参数说明 数据结构 说明 APP_ERROR 程序执行返回的错误码,请参考“MxBase/ErrorCode/ErrorCode.h”文件。 父主题: ModelPostProcessorBase