Relative Content

Tag Archive for c++tensorrt

Running BatchedNMSDynamic_TRT plugin on C++ gives all 0 output

Description As the title suggested, I’m trying to run a detection engine model with an attached BatchedNMSDynamic_TRT plugin. The results of the model are always 0. I have tested the same engine file on Python and it worked flawlessly. But still, I am attaching the code I used to generate the engine file. Translating YOLOv5 […]