Deepstream_test_3.py using your own custom model

Hi,

Sorry for the late update.

The error is caused by the implicit batch vs. explicit batch support for the ONNX model.
Could you update the configure file with below two setting to see if works?

[property]
gpu-id=0
...
force-explicit-batch-dim=1
force-implicit-batch-dim=0

Thanks.