Using nvyolo plugin with the deepstream-app.

Found the following point in the Documentation,

If you want to use the nvyolo plugin with the deepstream-app, you will need to modify the deepstream-apps’ source code to read nvyolo plugins’ properties and add it to the pipeline. You can refer the ds-example plugin in deepstream_config_file_parser.c and make equivalent changes required for the nvyolo plugin. Specifically refer to parse_dsexample function and its usage in deepstream_app_config_parser.c

Could someone please elaborate a little on where exactly the changes are to be made and what those changes would be? I understand it must be deepstream_config_file_parser.c but which function there and what must be replaced/added?

The steps have been outlined in this post below. Please have a look at it - [url]https://devtalk.nvidia.com/default/topic/1047633/deepstream-sdk-on-jetson/yolo-for-deepstream-app/post/5317562/#5317562[/url]