CheckPyPostProcessLibPath
Function Usage
A protected member function that checks whether the class library on which the postprocessing plugins depend exists. It is invoked for internal use only. Do not use it.
Prototype
APP_ERROR CheckPyPostProcessLibPath(std::string &pyDir);
Parameter Description
Parameter |
Description |
|---|---|
pyDir |
File path of the Python dependency library. |
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: MxModelPostProcessorBase