Hello! I need to implement my own IPluginV2 with IPluginCreator and IPluginFactoryV2.
I refer to sampleFasterRCNN. It uses createRPNROIPlugin() function to create IPluginV2,but the fuction source code is not published. The fuction createRPNROIPlugin() is only declared in NvInferPlugin.h.
There is no other samples used IPluginFactoryV2.
So, how do i implement my own IPluginV2 with IPluginCreator and IPluginFactoryV2?