line 211( trt_outputs = [output.reshape(shape) for output, shape in zip(trt_outputs, output_shapes)]), in main
trt_outputs = [output.reshape(shape) for output, shape in zip(trt_outputs, output_shapes)]
ValueError: cannot reshape array of size 43095 into shape (1,18,13,13)
line 211( trt_outputs = [output.reshape(shape) for output, shape in zip(trt_outputs, output_shapes)]), in main trt_outputs = [output.reshape(shape) for output, shape in zip(trt_outputs, output_shapes)] ValueError: cannot reshape array of size 43095 into shape (1,18,13,13)