• Hardware Platform Jetson
• DeepStream 5.0
• JetPack Version 4.4
• TensorRT Version 7.1
• Issue Type:
I had convert keras model to onnx model and buid engine successful with layer input size:110x47x1 (channel last). When i run deepstream app with this model and engine file, the result is an error:
GRAY input format specified but network input channels is not 1
• i have change property:
model-color-format=2
So how can add a transpose (CHW → HWC) operation on deepstream app ?