PSENetPostProcess

This is the PSENetPostProcess model postprocessing class, which is inherited from the text generation postprocessing base class (TextObjectPostProcessBase).

The Init(), DeInit(), and Process() APIs of TextObjectPostProcessBase are reloaded. For details, see TextObjectPostProcessBase.

It also reloads the GetCurrentVersion API of PostProcessBase to obtain the version number of the current postprocessing .so file and the assignment operator "=".

In addition, it implements the std::shared_ptr<MxBase::PSENetPostProcess> GetTextObjectInstance() method to obtain the smart pointer instance of this class.