I’m a bit confused about the different batch sizes.
There is one for nvstreammux, one for each instance of nvinfer, one for each model config file, one for tracker (ReId model).
In a multi-stream environment, with detectors and several classifiers, I’m having trouble understanding how to configure these batch sizes.
Could you define each of them ?
I don’t want to build an engine every time I have 2;3;4;…;10 streams. Can I build a batch-size=100 engine and use it for 5 streams? Does this make sense and will it be optimal?
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
This allows a batch to process each frame of data from each source.