I wonder what does infer-dims do in deepstream.
In the manual, it says Binding dimesnsions to set on the image input layer.(ex: infer-dims=3;224;224)
Does this mean that it would change the incoming stream to 224x224 frame and inference from there?
Also, the 3 in the example is supposed to mean channels.
What does channels mean in this example? I have only seen 3 for all cases.