lyuwenyu / RT-DETR

[CVPR 2024] Official RT-DETR (RTDETR paddle pytorch), Real-Time DEtection TRansformer, DETRs Beat YOLOs on Real-time Object Detection. 🔥 🔥 🔥
Apache License 2.0
2.31k stars 259 forks source link

TensorRT int8 #210

Open Daniel-Fundarek opened 7 months ago

Daniel-Fundarek commented 7 months ago

Is it possible to export model using TensorRT to int8. If so how?

lyuwenyu commented 7 months ago

Yes, rtdetr can using tensorrt with int8.


For paddle model please reference this.

or

You should check nv trt doc or thirdpart tutorial for x -> onnx -> tensorrt. Perhaps this can help you .