Hi All, I’m currently using an Orin NX which only supports Jetpack 6.2, which in turns only supports TensorRT 10.3. I’m using a custom Detection model which needs an NMS operation to clean up the detections. I haven’t found any documentation regarding NMS support in TensorRT 10.3 and was wondering if there truly isn’t any support for it in V10.3, or if I’m just looking in the wrong spot.
I can implement it myself in Torch, it’s not hard, but I was wondering if TensorRT would be able to offer any optimizations for it. Thanks in advance