How can I make batch of image for sgie in deepstream?
I can’t find a place to make batch of images. The secondary gie is its shape in input as
0 INPUT kFLOAT input:0 24x94x3 min: 1x24x94x3 opt: 10x24x94x3 Max: 10x24x94x3
I have error at secondary gie
ERROR: [TRT]: Flatten/flatten/Reshape: reshaping failed for tensor: Transpose__50:0
ERROR: [TRT]: shapeMachine.cpp (154) - Shape Error in executeReshape: reshape dimension of -1 has no solution
ERROR: [TRT]: Instruction: RESHAPE_ZERO_IS_PLACEHOLDER{3 1 88 48} {10 -1}
ERROR: Failed to enqueue trt inference batch
In {3 1 88 48}, 1 is batch, I think.
Where should I check for the error?