Hi,
With my custom trained yolov5m model, I was utilizing the sample deepstream-imagedata-multistream. Each object I found was being saved to a local folder. 5496 photos were saved after I played a single video. The software was run a second time with the identical video coming from two separate video sources. Every object that is recognized is intended to be saved into the appropriate folder. But the quantity of images fell in half. The quantity of photos decreased unevenly as I increased the number of video sources.
What may be the cause of that? Can these frames be skipped when the GPU use increases?
ThankYou,
Chaki
streammux = Gst.ElementFactory.make(“nvstreammux”, “Stream-muxer”)
if not streammux:
sys.stderr.write(" Unable to create NvStreamMux \n")
if is_live:
print(“Atleast one of the sources is live”)
streammux.set_property(‘live-source’, 1)
I can’t reproduce this issue locally, here is the log: log.txt (6.0 KB)
do you still meet any deepstream issue? please provide simplified code to reproduce this issue.
There is no update from you for a period, assuming this is not an issue any more. Hence we are closing this topic. If need further support, please open a new one. Thanks