How to run sample deepstream-mrcnn-app?

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)
• DeepStream Version 5.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)

how to run $./deepstream-mrcn-app,the example of deepstream 5.0?
how to complete the parameters,-i -p --conn-str=
–topic= -s<0/1>

would anyone like to give me a example?
Thanks a lot!

Take amqp for example,
-i input source video
-p /opt/nvidia/deepstream/deepstream/lib/libnvds_amqp_proto.so
–conn-str=host;port;username;password
–topic=“topic name”
-s 0 or 1
schema = 0; Full message schema with separate payload per object (Default)
schema = 1; Minimal message with multiple objects in single payload.

and please follow sources/libs/amqp_protocol_adaptor/README to setup broker.

Thanks for your reply!

i try to run.

when i run as below, there is a error.
would you like to give me a help again?

$ deepstream-mrcnn-app -c cfg_amqp.txt -i sample_720p.h264 -p /opt/nvidia/deepstream/deepstream-5.0/lib/libnvds_amqp_proto.so

Now playing: sample_720p.h264

Using winsys: x11

(deepstream-mrcnn-app:10007): GLib-CRITICAL **: 17:08:55.642: g_strrstr: assertion ‘haystack != NULL’ failed
Running…
ERROR from element nvmsg-broker: Could not initialize supporting library.
Error details: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvmsgbroker/gstnvmsgbroker.c(359): legacy_gst_nvmsgbroker_start (): /GstPipeline:dsmrcnn-pipeline/GstNvMsgBroker:nvmsg-broker:
unable to open shared library
Returned, stopping playback
Deleting pipeline

same issue with There is a error when run deepstream-mrcnn-app, let’s see it in that topic.