Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU • DeepStream Version • JetPack Version (valid for Jetson only) • TensorRT Version Any • NVIDIA GPU Driver Version (valid for GPU only) ANy • Issue Type( questions, new requirements, bugs) Question • 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)
Can the CitySemSegFormer etlt be used with Triton? If so, what are the configuration requirements to install into the Triton model repository (as per the GitHub repo
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)
Indeed I tried the deepstream approach (I am familiar with the SDK and written many pipelines in Python and C++). However I followed the instructions to use the etlt in Deepstream (using the OSS DS/TAO repo) and unfortunately get a blank video playing (and to the filesink).
and using VS Code Dev Containers for the environment. I am setting xhost + prior to attaching to container and I tried the PeopleSeg model which runs perfectly as a test (therefore there are no xhost issues or complications due to remote containers). I’m using the nvinfer_config and the label files that come with the etlt and the paths are set correctly.
There are no errors during the pipeline startup and the display appears but the video is blanks as well as the saved file (if the -d switch is not used).
Update- Solved
The problem was in the deeptream_seg_app.c file (the pipeline). You have to change the mux and tiler properties to suit the input shape and recompile.