SsdMobilenetv1FpnPostProcess
This is the SsdMobilenetv1FpnPostProcess model postprocessing class, which is inherited from the object detection postprocessing base class (ObjectPostProcessBase).
The Init(), DeInit(), and Process() APIs of 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