Custom gst-nvinfer

Hi,

I’ve written two custom Gst-NvInfer plugins for separate NvInfer elements. These plugins have been compiled into two distinct libnvdsgst_infer.so files. When I declare a GIE in Python using Gst.ElementFactory.make("nvinfer", "name") , how can I specify which plugin is used by each GIE?

Can you describe how you "written two custom Gst-NvInfer plugins for separate NvInfer elements" and why you want to separate it?

Yes, one custom gst-nvinfer for a secondary GIE that can expand the output bounding boxes of the primary GIE before inference, and one custom gst-nvinfer responsible for face alignment. I want to separate these two custom gst-nvinfer elements to make them easier to maintain and use in different projects.

You can do that in the probe function of the nvinfer in your app instead of create two NvInfer elements.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.