Nathan Starliper

Results 4 comments of Nathan Starliper

@n3ry7 did you use --end2end option when converting to onnx? If so then you will get the final post-processed bounding boxes after NMS. I was able to run in OpenVINO...

This change does not work with torch2trt converted models.

I used the latest release of both YOLOX and torch2trt with Tensorrt version 8.6.1. When trying to run the converted model with the cpp demo script I got the following...

I fixed it by just reverting the yolox.cpp script back to the original input and output names (input_0, output_0)