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.47k stars 2.21k forks source link

The result of using yolox_nano is incorrect #941

Open zzzfo opened 3 years ago

zzzfo commented 3 years ago

我使用0.1.0版本tensorrtyolox_nano训练自己的数据集,用官方的tensorrt C++部署时推理结果不对,这是什么原因导致![Uploading tensorrt.jpg…]()?

FateScript commented 3 years ago

The prerocessing logic in YOLOX is changed now, please check carefully.

zzzfo commented 3 years ago

Where do I look at the preprocessing logic and what needs to be modified? @FateScript

FateScript commented 3 years ago

Plz try this note @zzzfo

zwenyuan1 commented 2 years ago

I converted the yolox-tiny model with tensorrt, the results are also incorrect !!!!!!!