YOLOX icon indicating copy to clipboard operation
YOLOX copied to clipboard

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

Open leomy9527 opened this issue 1 year ago • 1 comments

如题 使用tensorrt8.3

leomy9527 avatar Jan 05 '24 10:01 leomy9527

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

AllenIsaacJose avatar Feb 27 '24 15:02 AllenIsaacJose