SsdMobilenetFpnMindsporePost
This is the SsdMobilenetFpnMindsporePost model postprocessing class, which is inherited from the object detection post-processing base class (ObjectPostProcessBase).
The Init(), DeInit(), and Process() APIs in ObjectPostProcessBase are reloaded. For details, see ObjectPostProcessBase.
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::SsdMobilenetv1FpnPostProcess> GetObjectInstance() method to obtain the smart pointer instance of this class.
Parent topic: postprocess