LoadLabels
Function Usage
Reads label data based on the path.
Prototype
APP_ERROR ConfigData::LoadLabels(const std::string &labelPath);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
labelPath |
Input |
Path of a label data file. |
Return Parameter Description
Data Structure |
Calculation Description |
|---|---|
APP_ERROR |
Error code returned during program execution. For details, see the MxBase/ErrorCode/ErrorCode.h file. |
Parent topic: ConfigData