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?
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.
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