Maximum number of objects detected by PeopleNet?

I’m using PeopleNet deployed on DeepStream.
Is it possible to set the maximum number of simultaneous detections?

It can be controlled by several indirect parameters in deepstream config file.
For example, pre-cluster-threshold, eps, etc.
Refer to Gst-nvinfer — DeepStream 6.1.1 Release documentation

Thanks for the hint. The parameter I was looking for was “topk”.