CheckModelCompatibility
Function Usage
A protected member function that is invoked by Init() to verify the output shape of the read model.
Prototype
APP_ERROR CheckModelCompatibility();
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: ModelPostProcessorBase