INMSLayer outputs dynamic shapes: selectedIndices[NumOutputBoxes, 3] as NumOutputBoxes is variable
EfficientNMS_TRT plugin outputs fixed padded shapes [batch, max_output_boxes, 4] which works with DeepStream 8.0.
According to TensorRT 10.12 release notes, EfficientNMS_TRT is now deprecated and INMSLayer should be used instead. However, INMSLayer’s dynamic outputs cause DeepStream to fail during engine initialization.
It’s not yet an issue as DS 8.0 uses an older version of TRT, where the plugin is not yet deprecated. However I would prefer to use the native ONNX layer which isnt due to be deprecated.
Questions:
Is there a way to configure INMSLayer to output fixed padded shapes like EfficientNMS_TRT?
Should I continue using the soon to be deprecated EfficientNMS_TRT for DeepStream compatibility?
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.