Hello,
Whenever i am running deepstream-rtsp-in-rtsp-out for multiple inputs then multiple engines files are created with giving this warning (deserialized backend context :resnet10.caffemodel_b1_gpu0_int8.engine failed to match config params, trying rebuild). For my project i don’t want to create multiple engine files, can you please help to find solution for this.
I would really appreciate your help. Thanks in advance.
Hie i tired with your solution but it didn’t work. Whenever input is increasing then multiple engine files are created. For me i don’t want to create multiple engine file.
When you input one stream, “resnet10.caffemodel_b1_gpu0_int8.engine” will be generated. When you input two streams, “resnet10.caffemodel_b2_gpu0_int8.engine” will be generated.
When you input 3 streams, “resnet10.caffemodel_b3_gpu0_int8.engine” will be generated.
So seems you have run the sample at least three times. And you input different streams for each time. It is correct.
When you input 3 streams for the second time, the “resnet10.caffemodel_b3_gpu0_int8.engine” is already there, no new engine will be generated.