Opencv Mat feed to deepstream 7.0 c++ code

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

i want to feed opencv mat applied super resolution in opencv dnn

i found python version code that i want

Opencv frame as input to deepstream python api pipeline - Intelligent Video Analytics / DeepStream SDK - NVIDIA Developer Forums

and i also want to apply this in deepstream_opencv_test.c in deepstream source code.

please help me. thanks in advance

|•|Hardware Platform (Jetson / GPU)| : GPU
|—|—|
|•|DeepStream Version| : deepstream-7.0
|•|JetPack Version (valid for Jetson only)|
|•|TensorRT Version| : tensorrt in deepstream-7.0 docker
|•|NVIDIA GPU Driver Version (valid for GPU only)| 552
|•|Issue Type( questions, new requirements, bugs)| new requirement
|•|How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)|
|•|Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)|

  1. you can this pipeline “pgie + nvvideoconvert + capsfilter + nvvideotemplate+ …”. pgie is used to get the inference results of supper resolution model. please refer to sample deepstream-infer-tensor-meta-test. nvvideoconvert is used to convert the resolution of Frame. nvvideotemplate is used to replace the frame data with the inference results of SR model. please refer to this sample for how to use nvvideotemplate plugin.

  2. what are the inputs and outputs of the super resolution? could you share the link if it is a public model? Thanks!

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.