I am trying to run a DeepStream pipeline on multiple images from a folder using the provided pipeline, but I am encountering a CUDA error. When attempting to perform batch-wise inference on a folder containing images, I receive a gi.overrides.Gst.AddError error.
When you are using multifilesrc, you don’t need to create multiple ones. You need to modify your demo code to the pipeline like multifilesrc->jpegparser->decoder->nvstreammux->nvinfer.... Please refer in detail to the link I attached. If you create too many source_bins in your code, it will run out of the decoder resources.
Thank you. I have changed the pipeline to multifilesrc -> jpegparser -> decoder -> nvstreammux -> nvinfer.... However, after processing 4 frames, it stops, even though my folder contains around 1000 images. I tried using the stop-index property in multifilesrc, but it didn’t resolve the issue.
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