Images inference with deepstream-app

Hi there. My setup is the following:

Jetson Xavier
DeepStream 5.0
JetPack 4.4
TensorRT 7.1.3
NVIDIA GPU Driver Version 10.2

I want to perform image detection on a lot of images through deepstream, and I was following the advice mentioned here Deepstream images - #9 by kayccc . However I discovered that a large number of my jpeg images were not detectable. Making them into a video did not help. I noticed that the example image in the samples/stream folder was h264 encoded, so I’m wondering if that was the issue?

Any advice is appreaciated.

Thanks.

Hi,
We have a sample demonstrating image source:

/opt/nvidia/deepstream/deepstream-5.1/sources/apps/sample_apps/deepstream-image-decode-test

Please refer to it and give it a try.