Closed Egorundel closed 8 months ago
Hi, I used opencv nms function to postprocess the output. It doesn't use batched nms.
@spacewalk01 Hmm, can you tell me what I need to do if I already have an NMS module in my model?
Screenshot:
If you already have nms in your model, TensorRT: you need batchedNMSPlugin plugin which only works on linux as far as I know. onnx: in case of onnx, you can just run onnxruntime inference without any plugin and filter out boxes with confidence scores greater than threshold.
Hello, does your code support NMS plugins? I tried with BatchedNMSDynamic_TRT and EfficientNMS_TRT, and realized that the code was not working.
Screenshot:
Error code: