Megvii-BaseDetection / YOLOX

YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/
Apache License 2.0
9.15k stars 2.15k forks source link

python 的 tensorrt 模型 怎么解码输出结果 #1751

Open leomy9527 opened 5 months ago

leomy9527 commented 5 months ago

如题 使用tensorrt8.3

AllenIsaacJose commented 4 months ago

Go through the CPP version and convert the postprocessing steps into python code.

https://github.com/Megvii-BaseDetection/YOLOX/blob/main/demo/TensorRT/cpp/yolox.cpp